blob: 9f3d3a1430d53e85394ed70c61cd20b6105a2158 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007-2016 BMW Car IT, TUM, EclipseSource Muenchen GmbH, and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Alexandra Buzila - initial API and implementation
******************************************************************************/
package org.eclipse.emf.edapt.tests.migration;
import org.eclipse.emf.ecore.impl.EFactoryImpl;
/**
* Test EFactory for the FactoryHelperTest.
*
* @author Alexandra Buzila
*
*/
public class FactoryHelperTestEFactory1 extends EFactoryImpl {
}