Merge branch 'release/5.8.0'
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / preference / menu / NomenclaturalStatusTypeMenuPreferences.java
diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/menu/NomenclaturalStatusTypeMenuPreferences.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/menu/NomenclaturalStatusTypeMenuPreferences.java
deleted file mode 100644 (file)
index 12a51af..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-/**
-* Copyright (C) 2007 EDIT
-* European Distributed Institute of Taxonomy
-* http://www.e-taxonomy.eu
-*
-* The contents of this file are subject to the Mozilla Public License Version 1.1
-* See LICENSE.TXT at the top of this package for the full license terms.
-*/
-
-package eu.etaxonomy.taxeditor.preference.menu;
-
-import eu.etaxonomy.cdm.model.term.TermType;
-import eu.etaxonomy.cdm.model.name.NomenclaturalStatusType;
-import eu.etaxonomy.taxeditor.l10n.Messages;
-
-/**
- * <p>NomenclaturalStatusTypeMenuPreferences class.</p>
- *
- * @author n.hoffmann
- * @created 25.06.2009
- * @version 1.0
- */
-public class NomenclaturalStatusTypeMenuPreferences extends
-               AbstractMenuPreferences<NomenclaturalStatusType> {
-
-       /**
-        * <p>Constructor for NomenclaturalStatusTypeMenuPreferences.</p>
-        */
-       public NomenclaturalStatusTypeMenuPreferences() {
-               super("Nomenclatural Status Type Preferences", //$NON-NLS-1$
-                               Messages.NomenclaturalStatusTypeMenuPreferences_1,
-                               false);
-       }
-
-       /* (non-Javadoc)
-        * @see eu.etaxonomy.taxeditor.preference.menu.AbstractMenuPreferences#getTermClass()
-        */
-       /** {@inheritDoc} */
-       @Override
-       protected TermType getTermType() {
-               return TermType.NomenclaturalStatusType;
-       }
-
-}