cleanup
authorAndreas Müller <a.mueller@bgbm.org>
Thu, 19 Dec 2019 00:10:21 +0000 (01:10 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Thu, 19 Dec 2019 00:10:21 +0000 (01:10 +0100)
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/taxon/Taxon.java

index 0f0c35928796567d3bc9833d521c60534403c0dd..57458957a4dfb471597426511d22004f10169b99 100644 (file)
@@ -414,8 +414,6 @@ public class Taxon
                 for (int i = 0; i<node.getChildNodes().size(); i++){
                     node.removeChild(i);
                 }
-
-
             }
 
             removeNodes.add(node);
@@ -430,9 +428,6 @@ public class Taxon
 
     }
 
-    /**
-     * @param classification
-     */
     public TaxonNode getTaxonNode(Classification classification) {
         if (classification == null){
             return null;
@@ -460,8 +455,6 @@ public class Taxon
         return synonyms;
     }
 
-
-
     /**
      * Returns the set of all {@link TaxonRelationship taxon relationships}
      * between two taxa in which <i>this</i> taxon is involved as a source.
@@ -476,7 +469,6 @@ public class Taxon
         return relationsFromThisTaxon;
     }
 
-
     /**
      * Returns the set of all {@link TaxonRelationship taxon relationships}
      * between two taxa in which <i>this</i> taxon is involved as a target.
@@ -490,6 +482,7 @@ public class Taxon
         }
         return relationsToThisTaxon;
     }
+
     /**
      * Returns the set of all {@link TaxonRelationship taxon relationships}
      * between two taxa in which <i>this</i> taxon is involved either as a source or