Project

General

Profile

« Previous | Next » 

Revision 15365ed8

Added by Andreas Müller almost 3 years ago

ref #9664 change nomTitle to nomTitleCache in cdmlib-app

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/euromed/IpniImport.java
568 568
            return authorMap.get(authorsStr);
569 569
        }else{
570 570
            TeamOrPersonBase<?> example = parser.author(authorsStr);
571
            String testStr = example.getNomenclaturalTitle();
571
            String testStr = example.getNomenclaturalTitleCache();
572 572
            if(!authorsStr.equals(testStr)){
573 573
               logger.warn("nom title is not equal");
574 574
            }
......
610 610
    }
611 611

  
612 612
    private Person getExistingPerson(SimpleExcelTaxonImportState<CONFIG> state, String line, Person newPerson) {
613
        String authorsStr = newPerson.getNomenclaturalTitle();
613
        String authorsStr = newPerson.getNomenclaturalTitleCache();
614 614
        if (authorMap.get(authorsStr)!= null){
615 615
            return (Person)authorMap.get(authorsStr);
616 616
        }else{

Also available in: Unified diff