Project

General

Profile

« Previous | Next » 

Revision 9f6a56c9

Added by Andreas Müller almost 3 years ago

ref #9664 first implementation for TeamOrPersonBase.nomenclaturalTitleCache (update script still missing)

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/strategy/homotypicgroup/BasionymRelationCreator.java
185 185
            return false;
186 186
        }else if (basAuthor == combinationAuthor || basAuthor.equals(combinationAuthor)){
187 187
            return true;
188
        }else if (CdmUtils.nonEmptyEquals(basAuthor.getNomenclaturalTitle(), combinationAuthor.getNomenclaturalTitle())){
188
        }else if (CdmUtils.nonEmptyEquals(basAuthor.getNomenclaturalTitleCache(), combinationAuthor.getNomenclaturalTitleCache())){
189 189
            return true;
190 190
        }else{
191 191
            return false;

Also available in: Unified diff