performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / section / feature / FeatureDistributionDetailSection.java
index 42795710fa70378b30d24085cba3f63259c67640..0e4e6f3564d903f8f5e128c25612a587e0f15b18 100644 (file)
@@ -21,6 +21,8 @@ import eu.etaxonomy.taxeditor.forms.ICdmFormElement;
 import eu.etaxonomy.taxeditor.section.AbstractCdmDetailSection;
 
 /**
+ * <p>FeatureDistributionDetailSection class.</p>
+ *
  * @author n.hoffmann
  * @created Sep 23, 2010
  * @version 1.0
@@ -32,11 +34,13 @@ public class FeatureDistributionDetailSection extends AbstractCdmDetailSection<F
                        .getLogger(FeatureDistributionDetailSection.class);
 
        /**
-        * @param formFactory
-        * @param conversation
-        * @param parentElement
-        * @param selectionProvider
-        * @param style
+        * <p>Constructor for FeatureDistributionDetailSection.</p>
+        *
+        * @param formFactory a {@link eu.etaxonomy.taxeditor.forms.CdmFormFactory} object.
+        * @param conversation a {@link eu.etaxonomy.cdm.api.conversation.ConversationHolder} object.
+        * @param parentElement a {@link eu.etaxonomy.taxeditor.forms.ICdmFormElement} object.
+        * @param selectionProvider a {@link org.eclipse.jface.viewers.ISelectionProvider} object.
+        * @param style a int.
         */
        public FeatureDistributionDetailSection(CdmFormFactory formFactory,
                        ConversationHolder conversation, ICdmFormElement parentElement,
@@ -47,6 +51,7 @@ public class FeatureDistributionDetailSection extends AbstractCdmDetailSection<F
        /* (non-Javadoc)
         * @see eu.etaxonomy.taxeditor.section.AbstractCdmDetailSection#getDetailType()
         */
+       /** {@inheritDoc} */
        @Override
        protected DetailType getDetailType() {
                return DetailType.FEATURE_DISTRIBUTION;
@@ -55,6 +60,7 @@ public class FeatureDistributionDetailSection extends AbstractCdmDetailSection<F
        /* (non-Javadoc)
         * @see eu.etaxonomy.taxeditor.section.AbstractCdmDetailSection#getHeading()
         */
+       /** {@inheritDoc} */
        @Override
        public String getHeading() {
                return "Distribution Map";