Changing javadoc
authorAndreas Müller <a.mueller@bgbm.org>
Mon, 5 Sep 2011 14:11:21 +0000 (14:11 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Mon, 5 Sep 2011 14:11:21 +0000 (14:11 +0000)
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/taxon/Taxon.java

index 5bf76b3070eb2ecf09d62febe1a2ca5772137a00..1787fce77087bf81938d917f72ff3510c2029a35 100644 (file)
@@ -1501,13 +1501,13 @@ public class Taxon extends TaxonBase<IIdentifiableEntityCacheStrategy<Taxon>> im
        }
 
        /**
-        * Returns the ordered list of all {@link eu.etaxonomy.cdm.model.name.HomotypicalGroup homotypical groups} heterotypic
-        * {@link Synonym synonyms} of <i>this</i> taxon belongs to.
-        * {@link eu.etaxonomy.cdm.model.name.TaxonNameBase Taxon names} of heterotypic synonyms belong to at least
-        * one homotypical group which cannot be the homotypical group to which the
+        * Returns the ordered list of all {@link eu.etaxonomy.cdm.model.name.HomotypicalGroup homotypical groups} 
+        * that contain {@link Synonym synonyms} that are heterotypic to <i>this</i> taxon.
+        * {@link eu.etaxonomy.cdm.model.name.TaxonNameBase Taxon names} of heterotypic synonyms 
+        * belong to a homotypical group which cannot be the homotypical group to which the
         * taxon name of <i>this</i> taxon belongs. This method returns the same
         * list as the {@link #getHomotypicSynonymyGroups() getHomotypicSynonymyGroups} method
-        * but the homotypical group to which the taxon name of <i>this</i> taxon
+        * but without the homotypical group to which the taxon name of <i>this</i> taxon
         * belongs.<BR>
         * The list returned is ordered according to the date of publication of the
         * first published name within each homotypical group.