Fix typo
authorPatrick Plitzner <p.plitzner@bgbm.org>
Sun, 22 May 2016 08:23:47 +0000 (10:23 +0200)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Sun, 22 May 2016 08:23:47 +0000 (10:23 +0200)
app-import/src/main/java/eu/etaxonomy/cdm/io/redlist/gefaesspflanzen/RedListGefaesspflanzenImportClassification.java

index ef016cb88edcecd610f30ecdf4185e15d877a7c9..e9c71354c0c00db4982404d132a3f9e9a32778ff 100644 (file)
@@ -120,10 +120,10 @@ public class RedListGefaesspflanzenImportClassification extends DbImportBase<Red
 
         if(taxonBaseGL!= null && taxonBaseCL!=null
                 && taxonBaseGL.getUuid().equals(taxonBaseCL.getUuid())){
-            RedListUtil.logMessage(id, "Same UUID for "+taxonBaseGL+ " (Gesamtliste) and "+taxonBaseCL+" (Checkliste", logger);
+            RedListUtil.logMessage(id, "Same UUID for "+taxonBaseGL+ " (Gesamtliste) and "+taxonBaseCL+" (Checkliste)", logger);
         }
         if(parentGL!=null && parentCL!=null && parentGL.getUuid().equals(parentCL.getUuid())){
-            RedListUtil.logMessage(id, "Same UUID for "+parentGL+ " (Gesamtliste) and "+parentCL+" (Checkliste", logger);
+            RedListUtil.logMessage(id, "Same UUID for "+parentGL+ " (Gesamtliste) and "+parentCL+" (Checkliste)", logger);
         }
     }