blob: f21167fee79295761e4fbb1edd25bf78f1cfc9f8 [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2016 CEA LIST 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:
* CEA LIST - Initial API and implementation
*
*****************************************************************************/
package org.eclipse.papyrus.designer.languages.java.reverse.tests;
import org.eclipse.papyrus.designer.languages.java.reverse.javaparser.AbstractTest;
/**
* @author dumoulin
*
*/
public class AbstractJavaReverseTest extends AbstractTest {
/**
* Constructor.
*
*/
public AbstractJavaReverseTest() {
// TODO Auto-generated constructor stub
}
}