cleanup
authorAndreas Müller <a.mueller@bgbm.org>
Wed, 28 Mar 2018 11:45:21 +0000 (13:45 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Wed, 28 Mar 2018 12:40:00 +0000 (14:40 +0200)
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/taxon/Taxon.java
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/taxon/TaxonRelationshipType.java

index 4ca56079d99a4c7c38c70fe1965055aa40df4e42..c8a04e0546ee5fc81618cfa333bae8a79a9a5a04 100644 (file)
@@ -657,7 +657,7 @@ public class Taxon
      * The taxon relationship will also be added to the set of taxon
      * relationships to the other (misapplied name) taxon involved in the created relationship.
      *
-     * @param misappliedNameTaxon      the taxon which plays the target role in the new taxon relationship
+     * @param misappliedNameTaxon      the taxon which plays the source role in the new taxon relationship
      * @param citation                         the reference source for the new taxon relationship
      * @param microcitation                    the string with the details describing the exact localisation within the reference
      * @return
@@ -688,9 +688,9 @@ public class Taxon
      * "pro parte misapplied name for") instance where <i>this</i> taxon plays the target role
      * and adds it to the set of {@link #getRelationsToThisTaxon() taxon relationships to <i>this</i> taxon}.
      * The taxon relationship will also be added to the set of taxon
-     * relationships to the other (misapplied name) taxon involved in the created relationship.
+     * relationships to the other (pro parte misapplied name) taxon involved in the created relationship.
      *
-     * @param misappliedNameTaxon   the taxon which plays the target role in the new taxon relationship
+     * @param proPartemisappliedNameTaxon   the taxon which plays the source role in the new taxon relationship
      * @param citation              the reference source for the new taxon relationship
      * @param microcitation         the string with the details describing the exact localisation within the reference
      * @return
index ab0a74f14d5f76c1611f78709b43553d2d858482..6dbfced7896b054dc94ee6650514002f3ddeca73 100644 (file)
@@ -251,7 +251,7 @@ public class TaxonRelationshipType extends RelationshipTermBase<TaxonRelationshi
      * in such a {@link TaxonRelationship taxon relationship} has been erroneously used by
      * the {@link TaxonBase#getSec() concept reference} to (partly) denominate the same real taxon
      * as the one meant by the target {@link Taxon taxon}. Additionaly another real taxon
-     * is (partly) demoninated by the given name in the concept reference. Therefore it is called
+     * is (partly) denominated by the given name in the concept reference. Therefore it is called
      * pro parte. <BR>
      * This type is neither symmetric nor transitive.
      *