Rename label for "from child to parent" AggregationMode
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 16 Jun 2020 14:31:39 +0000 (16:31 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 16 Jun 2020 14:31:39 +0000 (16:31 +0200)
cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/description/AggregationMode.java

index bfb29f40ee62ad739726a79e9ea8dbff8b4504ca..63b17a2a31bac4d09d26acdf14e124135ddb019e 100644 (file)
@@ -17,7 +17,7 @@ import eu.etaxonomy.cdm.model.term.IKeyTerm;
 
 public enum AggregationMode implements IKeyTerm{
         WithinTaxon("INTAX", "Within taxon", true, true),
-        ToParent("TOPAR", "From child to parent taxon", true, true);
+        ToParent("TOPAR", "From children to this taxon", true, true);
 //        public boolean isByRank() {
 //           return this==byRanks || this == byAreasAndRanks;
 //        }