ref #10398: code cleaning
authorKatja Luther <k.luther@bgbm.org>
Thu, 26 Oct 2023 13:49:05 +0000 (15:49 +0200)
committerKatja Luther <k.luther@bgbm.org>
Thu, 26 Oct 2023 13:49:05 +0000 (15:49 +0200)
cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/specimen/SpecimenImportConfiguratorBase.java

index a1406ebd5df19bdce119d3835a2d53bfaf0869e2..d190db447cb148d48eef4ab7028c137017f125f7 100644 (file)
@@ -132,16 +132,10 @@ public abstract class SpecimenImportConfiguratorBase<CONFIG extends SpecimenImpo
         return addIndividualsAssociations;
     }
 
-    /**
-     * @return the addDeterminations
-     */
     public boolean isAddDeterminations() {
         return addDeterminations;
     }
 
-    /**
-     * @param addDeterminations the addDeterminations to set
-     */
     public void setAddDeterminations(boolean addDeterminations) {
         this.addDeterminations = addDeterminations;
     }