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/berlinModel/in/BerlinModelReferenceImport.java
1358 1358
        }
1359 1359
    }
1360 1360

  
1361
    /**
1362
     * @param state
1363
     * @param refAuthorString
1364
     * @param nomAuthor
1365
     * @return
1366
     */
1367 1361
    private static boolean handleSimilarAuthors(BerlinModelImportState state, String refAuthorString,
1368 1362
            TeamOrPersonBase<?> nomAuthor, int refId) {
1369 1363
        String nomTitle = nomAuthor.getTitleCache();
1370 1364

  
1371
        if (refAuthorString.equals(nomAuthor.getNomenclaturalTitle())){
1365
        if (refAuthorString.equals(nomAuthor.getNomenclaturalTitleCache())){
1372 1366
            //nomTitle equal
1373 1367
            return true;
1374 1368
        }else{

Also available in: Unified diff