Project

General

Profile

« Previous | Next » 

Revision 22244d5f

Added by Katja Luther over 7 years ago

fix failing test

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/taxeditor/remoting/cache/CacheLoader.java
355 355
                    CdmBase cachedCdmEntityInSubGraph = cdmCacher.getFromCache(cdmEntityInSubGraph);
356 356

  
357 357
                    if(cachedCdmEntityInSubGraph != null) {
358
                        if(!cachedCdmEntityInSubGraph.equals(cdmEntityInSubGraph)) {
358
                        if(cachedCdmEntityInSubGraph != cdmEntityInSubGraph) {
359 359
                            // exception : is the case where
360 360
                            // the field has been already initialised, cached and
361 361
                            // is not the same as the one in the cache, in which case we set the value

Also available in: Unified diff