deprecated run() methods in all actions
[taxeditor.git] / eclipseprojects / eu.etaxonomy.taxeditor / src / eu / etaxonomy / taxeditor / actions / name / ChangeSynonymToConceptRelationAction.java
index 791a1f96cf8bd55c13216622529c2440fb32843f..1aad0b149b51564410072bee77b93e705027e6af 100644 (file)
@@ -52,6 +52,7 @@ public class ChangeSynonymToConceptRelationAction extends Action {
                this.synonym = synonym;\r
        }\r
        \r
+       @Deprecated\r
        public void run() {\r
                IUndoableOperation operation = new ChangeSynonymToConceptOperation\r
                                (this.getText(), EditorController.getUndoContext(taxon), taxon, synonym);\r