cleanup
authorAndreas Müller <a.mueller@bgbm.org>
Thu, 10 Nov 2022 14:50:51 +0000 (15:50 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Thu, 10 Nov 2022 14:54:12 +0000 (15:54 +0100)
13 files changed:
app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelAuthorImport.java
app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelCommonNamesImport.java
app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelFactsImport.java
app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelImportBase.java
app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelImportConfigurator.java
app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelImportState.java
app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelNameFactsImport.java
app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelNameStatusImport.java
app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelRefDetailImport.java
app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelTaxonImport.java
app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelTaxonNameImport.java
app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelTaxonNameRelationImport.java
app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelTypesImport.java

index cf10ae718dd24e8deb8b0535fc095c51a9484f23..520f04b5c52ff772db3fd3bfcea922babf41f31d 100644 (file)
@@ -29,7 +29,6 @@ import eu.etaxonomy.cdm.model.common.ExtensionType;
 import eu.etaxonomy.cdm.model.common.TimePeriod;\r
 import eu.etaxonomy.cdm.strategy.parser.TimePeriodParser;\r
 \r
-\r
 /**\r
  * Supported attributes:\r
  * - AuthorId, Abbrev, FirstName, LastName, Dates, AreaOfInterest, NomStandard, createUpdateNotes\r
index a328854c80e912989f7bdc09239ce9f3c74ac2b0..81be93d1760f14d4d27f05758eafcf64efd2f144 100644 (file)
@@ -6,7 +6,6 @@
 * The contents of this file are subject to the Mozilla Public License Version 1.1\r
 * See LICENSE.TXT at the top of this package for the full license terms.\r
 */\r
-\r
 package eu.etaxonomy.cdm.io.berlinModel.in;\r
 \r
 import java.sql.ResultSet;\r
index ee131a22ae66bc10a2864ee366ec4452ef858228..19a82697a556207284cb532a66c2301d908e0feb 100644 (file)
@@ -6,7 +6,6 @@
 * The contents of this file are subject to the Mozilla Public License Version 1.1\r
 * See LICENSE.TXT at the top of this package for the full license terms.\r
 */\r
-\r
 package eu.etaxonomy.cdm.io.berlinModel.in;\r
 \r
 import java.io.File;\r
index bae173eea7ee741d5b5527dd15656ca7de236dd6..4bc54281e415fa139a252cacb1df475a51f556fb 100644 (file)
@@ -6,7 +6,6 @@
 * The contents of this file are subject to the Mozilla Public License Version 1.1
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
-
 package eu.etaxonomy.cdm.io.berlinModel.in;
 
 import java.sql.ResultSet;
index 87af7d873286d45915f9fd4fdb176dba02968927..d72bab0874534af27c760881daff1b41a0910e9f 100644 (file)
@@ -6,7 +6,6 @@
 * The contents of this file are subject to the Mozilla Public License Version 1.1\r
 * See LICENSE.TXT at the top of this package for the full license terms.\r
 */\r
-\r
 package eu.etaxonomy.cdm.io.berlinModel.in;\r
 \r
 import java.io.File;\r
index 5b6cef399c70f9f62c77f90b2d2da28c186f371d..1d4a0ae2f4bf7a76d5a55715677bae2482e789f7 100644 (file)
@@ -6,7 +6,6 @@
 * The contents of this file are subject to the Mozilla Public License Version 1.1\r
 * See LICENSE.TXT at the top of this package for the full license terms.\r
 */\r
-\r
 package eu.etaxonomy.cdm.io.berlinModel.in;\r
 \r
 import java.util.HashMap;\r
index f2e0949dac80adb1ce07a94a83d59ca8cb87d612..011305359eb8fab823b404d5b2d69b256278019d 100644 (file)
@@ -6,7 +6,6 @@
 * The contents of this file are subject to the Mozilla Public License Version 1.1\r
 * See LICENSE.TXT at the top of this package for the full license terms.\r
 */\r
-\r
 package eu.etaxonomy.cdm.io.berlinModel.in;\r
 \r
 import static eu.etaxonomy.cdm.io.berlinModel.BerlinModelTransformer.NAME_FACT_ALSO_PUBLISHED_IN;\r
index 20df5475879c0e720f9c5bb7f6c39e433b09bff9..bbd2efacf698829649ef8d86a2fbcb5aa57eb7cf 100644 (file)
@@ -6,7 +6,6 @@
 * The contents of this file are subject to the Mozilla Public License Version 1.1\r
 * See LICENSE.TXT at the top of this package for the full license terms.\r
 */\r
-\r
 package eu.etaxonomy.cdm.io.berlinModel.in;\r
 \r
 import java.sql.ResultSet;\r
index 4cf0e466c55cb52ffad67fc59d449dbd6c6855e7..acd242f9089fce58ea918189d14ffa5f243a076a 100644 (file)
@@ -6,7 +6,6 @@
 * The contents of this file are subject to the Mozilla Public License Version 1.1\r
 * See LICENSE.TXT at the top of this package for the full license terms.\r
 */\r
-\r
 package eu.etaxonomy.cdm.io.berlinModel.in;\r
 \r
 import java.sql.ResultSet;\r
index 2a072779944eab8649fe26a3826159522a578fce..0c2cbb66f57260f489630cf335fbd597181528ea 100644 (file)
@@ -6,7 +6,6 @@
 * The contents of this file are subject to the Mozilla Public License Version 1.1
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
-
 package eu.etaxonomy.cdm.io.berlinModel.in;
 
 import static eu.etaxonomy.cdm.io.berlinModel.BerlinModelTransformer.T_STATUS_ACCEPTED;
index 3db56daf783e149421a84619e4ea53bdc8f09a4c..c5ecffb035cab8644ae61ccf1ea3e2234e5b111a 100644 (file)
@@ -6,7 +6,6 @@
 * The contents of this file are subject to the Mozilla Public License Version 1.1\r
 * See LICENSE.TXT at the top of this package for the full license terms.\r
 */\r
-\r
 package eu.etaxonomy.cdm.io.berlinModel.in;\r
 \r
 import java.sql.ResultSet;\r
index 79a3a229b3eda064b6a3c1a75e5f32d756e6360b..7b5bf3bfa194d94daa89d9cf80a9b027ed6e618b 100644 (file)
@@ -6,7 +6,6 @@
 * The contents of this file are subject to the Mozilla Public License Version 1.1\r
 * See LICENSE.TXT at the top of this package for the full license terms.\r
 */\r
-\r
 package eu.etaxonomy.cdm.io.berlinModel.in;\r
 \r
 import static eu.etaxonomy.cdm.io.berlinModel.BerlinModelTransformer.NAME_REL_HAS_SAME_TYPE_AS;\r
index 202af9802358841c62847319306a27a695c7d560..00dfc8dea21bb4d15f480ba17d5e9954a75fd504 100644 (file)
@@ -6,7 +6,6 @@
 * The contents of this file are subject to the Mozilla Public License Version 1.1\r
 * See LICENSE.TXT at the top of this package for the full license terms.\r
 */\r
-\r
 package eu.etaxonomy.cdm.io.berlinModel.in;\r
 \r
 import java.net.URISyntaxException;\r