/** * Copyright (c) 2006 IBM Corporation 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: * IBM - Initial API and implementation * * Source Header */ package org.eclipse.emf.test.tools.merger; import java.util.List; import java.util.Set; import org.eclipse.emf.common.command.CommandStack; // import line comment import org.eclipse.emf.common.command.IdentityCommand; import org.eclipse.emf.common.util.URI; import org.eclipse.emf.common.command.Command; // import line comment import org.eclipse.emf.common.command.CommandStackListener; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.impl.EObjectImpl; import org.eclipse.emf.common.command.AbstractCommand; // import line comment import org.eclipse.emf.common.command.BasicCommandStack; /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public class Foo { }