Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.compare.diff/src/org/eclipse/emf/compare/diff/metamodel/UpdateContainmentFeature.java')
-rw-r--r--plugins/org.eclipse.emf.compare.diff/src/org/eclipse/emf/compare/diff/metamodel/UpdateContainmentFeature.java28
1 files changed, 0 insertions, 28 deletions
diff --git a/plugins/org.eclipse.emf.compare.diff/src/org/eclipse/emf/compare/diff/metamodel/UpdateContainmentFeature.java b/plugins/org.eclipse.emf.compare.diff/src/org/eclipse/emf/compare/diff/metamodel/UpdateContainmentFeature.java
deleted file mode 100644
index 979a74d53..000000000
--- a/plugins/org.eclipse.emf.compare.diff/src/org/eclipse/emf/compare/diff/metamodel/UpdateContainmentFeature.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2008, 2012 Obeo.
- * 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:
- * Obeo - initial API and implementation
- *******************************************************************************/
-package org.eclipse.emf.compare.diff.metamodel;
-
-/**
- * <!-- begin-user-doc --> A representation of the model object '<em><b>Update Containment Feature</b></em>'.
- * <!-- end-user-doc -->
- *
- * <!-- begin-model-doc -->
- * This particular kind of move operation describe a change of containment reference of a given element within the same container.
- * <!-- end-model-doc -->
- *
- *
- * @see org.eclipse.emf.compare.diff.metamodel.DiffPackage#getUpdateContainmentFeature()
- * @model
- * @generated
- */
-public interface UpdateContainmentFeature extends MoveModelElement {
- // UpdateContainmentFeature
-}

Back to the top