performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / section / occurrence / CollectionDetailElement.java
index 7ab8e621003aed9f4e865ac7b10e90694eef971f..7a1fe76734e55a8316c574f8158c4180ca321447 100644 (file)
@@ -16,6 +16,8 @@ import eu.etaxonomy.taxeditor.forms.ICdmFormElement;
 import eu.etaxonomy.taxeditor.section.AbstractCdmDetailElement;
 
 /**
+ * <p>CollectionDetailElement class.</p>
+ *
  * @author n.hoffmann
  * @created Oct 13, 2010
  * @version 1.0
@@ -23,8 +25,10 @@ import eu.etaxonomy.taxeditor.section.AbstractCdmDetailElement;
 public class CollectionDetailElement extends AbstractCdmDetailElement<Collection> {
 
        /**
-        * @param formFactory
-        * @param formElement
+        * <p>Constructor for CollectionDetailElement.</p>
+        *
+        * @param formFactory a {@link eu.etaxonomy.taxeditor.forms.CdmFormFactory} object.
+        * @param formElement a {@link eu.etaxonomy.taxeditor.forms.ICdmFormElement} object.
         */
        public CollectionDetailElement(CdmFormFactory formFactory,
                        ICdmFormElement formElement) {
@@ -34,6 +38,7 @@ public class CollectionDetailElement extends AbstractCdmDetailElement<Collection
        /* (non-Javadoc)
         * @see eu.etaxonomy.taxeditor.section.AbstractCdmDetailElement#createControls(eu.etaxonomy.taxeditor.forms.ICdmFormElement, eu.etaxonomy.cdm.model.common.IAnnotatableEntity, int)
         */
+       /** {@inheritDoc} */
        @Override
        protected void createControls(ICdmFormElement formElement,
                        Collection entity, int style) {
@@ -44,6 +49,7 @@ public class CollectionDetailElement extends AbstractCdmDetailElement<Collection
        /* (non-Javadoc)
         * @see eu.etaxonomy.taxeditor.section.AbstractCdmDetailElement#handleEvent(java.lang.Object)
         */
+       /** {@inheritDoc} */
        @Override
        public void handleEvent(Object eventSource) {
                // TODO Auto-generated method stub