Project

General

Profile

« Previous | Next » 

Revision bfa30d38

Added by Andreas Müller about 5 years ago

ref #8030 add tests for nameService (not yet finished) and fixing updateCache handling in TaxonName

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/IdentifiableEntity.java
281 281
                    logger.warn("newCache should never be null");
282 282
                }
283 283
                if (oldTitleCache == null){
284
                    logger.info("oldTitleCache should never be null");
284
                    logger.info("oldTitleCache was illegaly null and has been fixed");
285 285
                }
286 286
                return true;
287 287
            }

Also available in: Unified diff