ref #6925 Rename utility getter methods
[taxeditor.git] / eu.etaxonomy.taxeditor.molecular / src / main / java / eu / etaxonomy / taxeditor / molecular / handler / LoadPherogramHandler.java
index 2168d57ed5dac6c851f58a1fb9ed14a5e92f5687..b11cf21dcfd061e722b94dc966d9c7ad4437ed5b 100644 (file)
@@ -37,7 +37,7 @@ public class LoadPherogramHandler extends AbstractHandler {
 
     @Override
     public Object execute(ExecutionEvent event) throws ExecutionException {
-        Object activeEditor = AbstractUtility.getActiveE4Editor();
+        Object activeEditor = AbstractUtility.getActiveEditor();
         if (activeEditor instanceof AlignmentEditor) {
             AlignmentEditor alignmentEditor = (AlignmentEditor)activeEditor;