minor
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 6 Mar 2012 10:06:47 +0000 (10:06 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 6 Mar 2012 10:06:47 +0000 (10:06 +0000)
cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiAdditionalTaxonSourceExport.java

index a480d383a94ab7dafbf5ca12703d8429f72cbd5b..a8659e3a0745549d5e761c0223a287650a244461 100644 (file)
@@ -111,13 +111,13 @@ public class PesiAdditionalTaxonSourceExport extends PesiExportBase {
 \r
                        // Start transaction\r
                        txStatus = startTransaction(true);\r
-                       logger.error("Started new transaction. Fetching some " + parentPluralString + " first (max: " + limit + ") ...");\r
+                       logger.info("Started new transaction. Fetching some " + parentPluralString + " first (max: " + limit + ") ...");\r
                        while ((list = getTaxonService().list(null, limit, taxonCount, null, null)).size() > 0) {\r
 \r
                                taxonCount += list.size();\r
-                               logger.error("Fetched " + list.size() + " " + parentPluralString + ".");\r
+                               logger.info("Fetched " + list.size() + " " + parentPluralString + ".");\r
                                \r
-                               logger.error("PHASE 2: Check for SourceUse 'Additional Source'");\r
+                               logger.info("PHASE 2: Check for SourceUse 'Additional Source'");\r
                                sourceUse_AdditionalSource = true;\r
                                for (TaxonBase taxonBase : list) {\r
                                        \r
@@ -147,10 +147,10 @@ public class PesiAdditionalTaxonSourceExport extends PesiExportBase {
                                                                                setCitationMicroReference(elementSource.getCitationMicroReference());\r
        \r
                                                                                // Get the citation\r
-                                                                               Reference reference = elementSource.getCitation();\r
+                                                                               Reference<?> reference = elementSource.getCitation();\r
                                                                                \r
                                                                                // Check whether it was a synonym originally\r
-                                                                               TaxonNameBase nameUsedInSource = elementSource.getNameUsedInSource();\r
+                                                                               TaxonNameBase<?,?> nameUsedInSource = elementSource.getNameUsedInSource();\r
                                                                                if (nameUsedInSource != null) {\r
                                                                                        // It was a synonym originally: Set currentTaxonName to synonym's taxonName\r
                                                                                        currentTaxonName = nameUsedInSource;\r