blob: 5bb3cc8993e823c85ff6741b793faec1a911232d [file] [log] [blame]
import org.eclipse.emf.edapt.migration.MigrationException;
import org.eclipse.emf.edapt.spi.migration.Metamodel;
import org.eclipse.emf.edapt.spi.migration.Model;
public class MoveResult extends HelloWorldCustomMigration {
@Override
public void migrateBefore(Model model, Metamodel metamodel)
throws MigrationException {
moveResult(model);
}
}