cleanup
authorAndreas Müller <a.mueller@bgbm.org>
Fri, 2 Apr 2021 01:11:43 +0000 (03:11 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Fri, 2 Apr 2021 01:11:43 +0000 (03:11 +0200)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/handler/ChangeToMisapplicationHandlerE4.java

index d95845bffc10928e89b99fad39fc578988254136..e7a1cd7cbd7b80c4daa40f9d662bd1bab26fa503 100644 (file)
@@ -61,15 +61,10 @@ public class ChangeToMisapplicationHandlerE4 {
                                                                editor.getUndoContext(), editor.getTaxon(), (Taxon) selectedElement, TaxonRelationshipType.MISAPPLIED_NAME_FOR(), editor);
         }
         if(selectedElement instanceof Synonym){
-
                 operation = new ChangeSynonymToMisapplicationOperation(menuItem.getLocalizedLabel(),
                         editor.getUndoContext(), editor.getTaxon(), (Synonym) selectedElement, editor);
-
-
         }
 
-
-
         AbstractUtility.executeOperation(operation, sync);
        }