cleanup
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 11 May 2021 13:39:56 +0000 (15:39 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 11 May 2021 13:39:56 +0000 (15:39 +0200)
app-import/src/main/java/eu/etaxonomy/cdm/app/cyprus/CyprusImagesActivator.java
app-import/src/main/java/eu/etaxonomy/cdm/io/mexico/MexicoBorhidiExcelImport.java

index aaeb95b336f38640b8b91681316c0fd5a17f8625..b35e7c66b79470a197040195bd582642f377d515 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.app.cyprus;
 
 import java.io.File;
index 8002af2bf0bd987c727a97933bd8ec446a61cf96..2aa8735a859ddde230c966244ea2e5692a28d361 100644 (file)
@@ -225,7 +225,7 @@ public class MexicoBorhidiExcelImport<CONFIG extends MexicoBorhidiImportConfigur
             UUID uuid = DefinedTerm.uuidTropicosNameIdentifier;
             TermVocabulary<DefinedTerm> voc = null;  //for now it goes to user defined voc
             DefinedTerm identifierType = this.getIdentiferType(state, uuid, tropicosIdTypeLabel, tropicosIdTypeLabel, null, voc);
-            Identifier<Taxon> identifier = Identifier.NewInstance(tropicosId, identifierType);
+            Identifier identifier = Identifier.NewInstance(tropicosId, identifierType);
             name.addIdentifier(identifier);
         }