Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.uml.appearance/src/org/eclipse/papyrus/uml/appearance/commands/SetAppliedStereotypePropertiesLocalizationCommand.java')
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.appearance/src/org/eclipse/papyrus/uml/appearance/commands/SetAppliedStereotypePropertiesLocalizationCommand.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.uml.appearance/src/org/eclipse/papyrus/uml/appearance/commands/SetAppliedStereotypePropertiesLocalizationCommand.java b/plugins/uml/org.eclipse.papyrus.uml.appearance/src/org/eclipse/papyrus/uml/appearance/commands/SetAppliedStereotypePropertiesLocalizationCommand.java
index 83ec1fde699..213bcd1f3e6 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.appearance/src/org/eclipse/papyrus/uml/appearance/commands/SetAppliedStereotypePropertiesLocalizationCommand.java
+++ b/plugins/uml/org.eclipse.papyrus.uml.appearance/src/org/eclipse/papyrus/uml/appearance/commands/SetAppliedStereotypePropertiesLocalizationCommand.java
@@ -23,7 +23,11 @@ import org.eclipse.papyrus.uml.appearance.helper.UMLVisualInformationPapyrusCons
/**
* The Class SetAppliedStereotypeToDisplayCommand used to set the list of applied stereotype to
* display
+ *
+ * @deprecated Use the commands into oep.uml.diagram.common.stereotype.display.command
+ *
*/
+@Deprecated
public class SetAppliedStereotypePropertiesLocalizationCommand extends CreateEAnnotationCommand {
/**

Back to the top