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