Project

General

Profile

« Previous | Next » 

Revision e6685276

Added by Andreas Müller almost 3 years ago

minor

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/IdentifiableEntity.java
679 679
            //logger.warn("No CacheStrategy defined for "+ this.getClass() + ": " + this.getUuid());
680 680
            return this.getClass() + ": " + this.getUuid();
681 681
        }else{
682
            return getCacheStrategy().getTitleCache(this);
682
            S cacheStrategy = getCacheStrategy();
683
            return cacheStrategy.getTitleCache(this);
683 684
        }
684 685
    }
685 686

  

Also available in: Unified diff