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/caryo/CaryoAizoaceaeExcelImport.java
505 505
    }
506 506

  
507 507
    private String authorTitle(TeamOrPersonBase<?> author, TeamOrPersonBase<?> exAuthor) {
508
        String authorStr = author == null? null: author.getNomenclaturalTitle();
509
        String exAuthorStr = exAuthor == null? null: exAuthor.getNomenclaturalTitle();
508
        String authorStr = author == null? null: author.getNomenclaturalTitleCache();
509
        String exAuthorStr = exAuthor == null? null: exAuthor.getNomenclaturalTitleCache();
510 510
        return CdmUtils.concat(" ex ", exAuthorStr, authorStr);
511 511
    }
512 512

  

Also available in: Unified diff