blob: 686d90863b5d5cbc2a467edf7046ccfa00693201 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 The Eclipse Foundation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Yatta Solutions GmbH - initial API and implementation
*******************************************************************************/
package org.eclipse.epp.internal.mpc.core.service;
/**
* @author Carsten Reckord
*/
public class Related extends NodeListing {
public Related() {
}
}