ref #7961 deprecating TaxonNamePopupEditorMode until decided on removal or not
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Wed, 19 Dec 2018 16:13:47 +0000 (17:13 +0100)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Wed, 19 Dec 2018 16:13:47 +0000 (17:13 +0100)
src/main/java/eu/etaxonomy/cdm/vaadin/view/name/TaxonNamePopupEditorMode.java

index 91976eb5409db7ea398959582dcca3f7e0116138..8202fa7d2d547a1ff20b83db7d00ccc7392ccd27 100644 (file)
@@ -48,7 +48,10 @@ public enum TaxonNamePopupEditorMode {
      * The name relation type {@link eu.etaxonomy.cdm.model.name.NameRelationshipType#ORTHOGRAPHIC_VARIANT} will be treated more
      * strictly if this mode is activated. The related name must have the same nomenclatural reference as the name being edited.
      * see https://dev.e-taxonomy.eu/redmine/issues/7899 for more details.
+     *
+     * @deprecated see https://dev.e-taxonomy.eu/redmine/issues/7961
      */
+    @Deprecated
     ORTHOGRAPHIC_CORRECTION,
 
 }