ref #9211 add TODO on Classification.source
authorAndreas Müller <a.mueller@bgbm.org>
Thu, 3 Sep 2020 04:28:52 +0000 (06:28 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Thu, 3 Sep 2020 04:29:57 +0000 (06:29 +0200)
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/taxon/Classification.java

index c31dc900d067d2f95268733e68ef8f5f32a5c922..a63246a43751adc89ef2a45b48648aa9394d5a83 100644 (file)
@@ -129,7 +129,8 @@ public class Classification
 //    @FieldBridge(impl=MultilanguageTextFieldBridge.class)
     private Map<Language,LanguageString> description = new HashMap<>();
 
-    //the source for this single classification
+       //TODO remove, due to #9211
+       //the source for this single classification
     @XmlElement(name = "source")
     @XmlIDREF
     @XmlSchemaType(name = "IDREF")