performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / editor / name / handler / CreateSynonymInHomotypicalGroupHandler.java
index a36a6167103f6e5ba6354f4b3ec5d915ec5a75fe..1af37cc4a9099f6bb6d82545321fef24769bd547 100644 (file)
@@ -31,6 +31,8 @@ import eu.etaxonomy.taxeditor.operations.CreateSynonymInExistingHomotypicalGroup
 import eu.etaxonomy.taxeditor.parser.ParseHandler;
 
 /**
+ * <p>CreateSynonymInHomotypicalGroupHandler class.</p>
+ *
  * @author n.hoffmann
  * @created 21.04.2009
  * @version 1.0
@@ -43,6 +45,7 @@ public class CreateSynonymInHomotypicalGroupHandler extends AbstractHandler
        /* (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);