ref #6925 Rename utility getter methods
[taxeditor.git] / eu.etaxonomy.taxeditor.molecular / src / main / java / eu / etaxonomy / taxeditor / molecular / handler / AbstractAlignmentEditorHandler.java
index 8dedfb8c9664528da30da9b4cc7e20d36e2c9b14..2745ddeaf3cc8e5258a1eb750648efadde87f414 100644 (file)
@@ -28,7 +28,7 @@ import eu.etaxonomy.taxeditor.molecular.editor.AlignmentEditor;
  */
 public abstract class AbstractAlignmentEditorHandler extends AbstractHandler {
        public static AlignmentEditor getActiveAlignmentEditor() {
-           Object activeEditor = AbstractUtility.getActiveE4Editor();
+           Object activeEditor = AbstractUtility.getActiveEditor();
         if (activeEditor instanceof AlignmentEditor) {
             return (AlignmentEditor)activeEditor;
         }