Project

General

Profile

« Previous | Next » 

Revision d990fa03

Added by Andreas Müller almost 4 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/taxeditor/remoting/cache/ConversationalTransientEntityCacher.java
43 43
        // if the cdm identifier set contains identifiers of objects already
44 44
        // present in the updated objects set remove them
45 45
        for(CdmBase updatedObject : updatedObjects) {
46
            if(updatedObject != null && super.exists(new CdmEntityCacheKey<>(updatedObject))) {
46
            if(updatedObject != null && exists(new CdmEntityCacheKey<>(updatedObject))) {
47 47
                CdmEntityIdentifier cdmEntityIdentifier = new CdmEntityIdentifier(updatedObject.getId(), updatedObject.getClass());
48 48
                if(!updatedCdmIdsIsEmpty && updatedCdmIds.contains(cdmEntityIdentifier)) {
49 49
                    updatedCdmIds.remove(cdmEntityIdentifier);

Also available in: Unified diff