performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / preference / menu / NomenclaturalStatusTypeMenuPreferences.java
index 24a9321d94cdb5b2ced99c9a7c614c0a629704d9..06889d80733a76097be679ea0cb79c0c97dc662a 100644 (file)
@@ -14,6 +14,8 @@ import eu.etaxonomy.cdm.model.name.NomenclaturalStatusType;
 import eu.etaxonomy.taxeditor.store.TermStore;
 
 /**
+ * <p>NomenclaturalStatusTypeMenuPreferences class.</p>
+ *
  * @author n.hoffmann
  * @created 25.06.2009
  * @version 1.0
@@ -21,6 +23,9 @@ import eu.etaxonomy.taxeditor.store.TermStore;
 public class NomenclaturalStatusTypeMenuPreferences extends
                AbstractMenuPreferences<NomenclaturalStatusType> {
 
+       /**
+        * <p>Constructor for NomenclaturalStatusTypeMenuPreferences.</p>
+        */
        public NomenclaturalStatusTypeMenuPreferences() {
                super(TermStore.getNomenclaturalStatusTypes(), 
                                "Nomenlcatural Status Type Preferences", 
@@ -31,9 +36,10 @@ public class NomenclaturalStatusTypeMenuPreferences extends
        /* (non-Javadoc)
         * @see eu.etaxonomy.taxeditor.preference.menu.AbstractMenuPreferences#getTermClass()
         */
+       /** {@inheritDoc} */
        @Override
        protected Class<NomenclaturalStatusType> getTermClass() {
                return NomenclaturalStatusType.class;
        }
        
-}
\ No newline at end of file
+}