minor
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 5 Nov 2013 19:43:32 +0000 (19:43 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 5 Nov 2013 19:43:32 +0000 (19:43 +0000)
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/taxon/TaxonNode.java

index 4955b4291376540e6e692271ff417eae5c19df3a..e7853fb4825c66275770bf1585ee302f18c71157 100644 (file)
@@ -442,7 +442,7 @@ public class TaxonNode extends AnnotatableEntity implements ITaxonTreeNode, ITre
     @Deprecated //for CDM lib internal use only, may be removed in future versions\r
     public int treeId() {\r
         if (this.classification == null){\r
     @Deprecated //for CDM lib internal use only, may be removed in future versions\r
     public int treeId() {\r
         if (this.classification == null){\r
-               logger.warn("TaxonNode has no classification. This should not happen.");\r
+               logger.warn("TaxonNode has no classification. This should not happen.");  //#3840\r
                return -1;\r
         }else{\r
                return this.classification.getId();\r
                return -1;\r
         }else{\r
                return this.classification.getId();\r