There now exists a dummy delete entry in the bulk editors context menu. It is also...
[taxeditor.git] / taxeditor-navigation / src / main / java / eu / etaxonomy / taxeditor / navigation / navigator / handler / EditHandler.java
index 1abd3c415682f1172b0e1a508d78cb7d15818be8..4b2528db67e7d91968f4a3eda61f8ad158eaa75f 100644 (file)
@@ -44,7 +44,7 @@ public class EditHandler extends AbstractHandler implements IHandler{
        /** {@inheritDoc} */
        public Object execute(ExecutionEvent event) throws ExecutionException {
        
-               ISelection selection = HandlerUtil.getCurrentSelection(event);//navigator.getSelection();
+               ISelection selection = HandlerUtil.getCurrentSelection(event);
                
                if(selection instanceof StructuredSelection){
                        final StructuredSelection structuredSelection = (StructuredSelection) selection;