performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / editor / name / handler / RemoveBasionymHandler.java
index 8ea686dab2047406fbed6ff6164ed9661d090312..c1329e6b72b43bcc1e3f3c8020c42a76aa6e38e3 100644 (file)
@@ -27,6 +27,8 @@ import eu.etaxonomy.taxeditor.operations.AbstractPostOperation;
 import eu.etaxonomy.taxeditor.operations.RemoveHomotypicalGroupBasionymOperation;
 
 /**
+ * <p>RemoveBasionymHandler class.</p>
+ *
  * @author n.hoffmann
  * @created 21.04.2009
  * @version 1.0
@@ -38,6 +40,7 @@ public class RemoveBasionymHandler extends AbstractHandler implements IHandler {
        /* (non-Javadoc)
         * @see org.eclipse.core.commands.IHandler#execute(org.eclipse.core.commands.ExecutionEvent)
         */
+       /** {@inheritDoc} */
        public Object execute(ExecutionEvent event) throws ExecutionException {
                TaxonNameEditor editor = (TaxonNameEditor) EditorUtil.getActiveEditorPage(
                                Page.NAME);