blob: 2944352e7ac82fba1f51765469cdfb90b8b7d3af [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2005 IBM Corporation.
* 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.ptp.pldt.mpi.core;
import org.eclipse.ptp.pldt.common.ArtifactMarkingVisitor;
/**
*
* @author tibbitts
*
*/
public class MPIArtifactMarkingVisitor extends ArtifactMarkingVisitor
{
public MPIArtifactMarkingVisitor(String markerId)
{
super(markerId);
}
}