Project

General

Profile

« Previous | Next » 

Revision 39d481af

Added by Andreas Müller over 4 years ago

cleanup

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/erms/ErmsTaxonImport.java
359 359
         String expectedTitleCache = getExpectedTitleCache(rs);
360 360
         //TODO check titleCache, but beware of autonyms
361 361
         if (!titleCache.equals(expectedTitleCache)){
362
             logger.warn("Computed title cache differs.\n Computed             : " + titleCache + "\n DisplayName+Authority: " + expectedTitleCache);
362
             int pos = CdmUtils.diffIndex(titleCache, expectedTitleCache);
363
             logger.warn("Computed title cache differs at "+pos+".\n Computed             : " + titleCache + "\n DisplayName+Authority: " + expectedTitleCache);
363 364
             taxonName.setNameCache(displayName, true);
364 365
         }
365 366
         return taxon;

Also available in: Unified diff