Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.edapt.declaration/src/org/eclipse/emf/edapt/declaration/generalization/RemoveSuperType.java')
-rw-r--r--plugins/org.eclipse.emf.edapt.declaration/src/org/eclipse/emf/edapt/declaration/generalization/RemoveSuperType.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.edapt.declaration/src/org/eclipse/emf/edapt/declaration/generalization/RemoveSuperType.java b/plugins/org.eclipse.emf.edapt.declaration/src/org/eclipse/emf/edapt/declaration/generalization/RemoveSuperType.java
index 6e93deb..f970dcc 100644
--- a/plugins/org.eclipse.emf.edapt.declaration/src/org/eclipse/emf/edapt/declaration/generalization/RemoveSuperType.java
+++ b/plugins/org.eclipse.emf.edapt.declaration/src/org/eclipse/emf/edapt/declaration/generalization/RemoveSuperType.java
@@ -18,7 +18,7 @@ import org.eclipse.emf.edapt.spi.migration.Model;
* @version $Rev$
* @levd.rating YELLOW Hash: ABABAC799DC45386B834F56E7B1760F7
*/
-@EdaptOperation(identifier = "removeSuperType", label = "Remove Super Type", description = "In the metamodel, a super type is removed from a class. In the model, the values of the features inherited from that super type (including its super types) are deleted.")
+@EdaptOperation(identifier = "removeSuperType", label = "Remove Super Type", description = "In the metamodel, a super type is removed from a class. In the model, the values of the features inherited from that super type (including its super types) are deleted.", breaking = true)
public class RemoveSuperType extends OperationImplementation {
/** {@description} */

Back to the top