Removed unused imports.
authorb.stoever <b.stoever@localhost>
Thu, 4 Dec 2014 19:19:38 +0000 (19:19 +0000)
committerb.stoever <b.stoever@localhost>
Thu, 4 Dec 2014 19:19:38 +0000 (19:19 +0000)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/handler/OpenAlignmentEditor.java

index b484f65a0ef003b9f42b72aa40b940a2bbdb32ed..5fb415c8e9a875320c3a476dd5998992af99aa66 100644 (file)
 package eu.etaxonomy.taxeditor.editor.handler;
 
 
-import java.util.Map;
-
 import org.eclipse.core.commands.AbstractHandler;
 import org.eclipse.core.commands.ExecutionEvent;
 import org.eclipse.core.commands.ExecutionException;
-import org.eclipse.jface.viewers.Viewer;
-import org.eclipse.ui.IEditorPart;
-import org.eclipse.ui.IWorkbench;
 import org.eclipse.ui.PartInitException;
-import org.eclipse.ui.PlatformUI;
-import org.eclipse.ui.commands.IElementUpdater;
-import org.eclipse.ui.menus.UIElement;
 
 import eu.etaxonomy.taxeditor.editor.EditorUtil;
 import eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor;