Project

General

Profile

« Previous | Next » 

Revision 42d09199

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
61 61
                        updatedCdmIds.remove(cdmEntityIdentifier);
62 62
                    }
63 63
                }
64
                reloadedObjects.add(load(updatedObject, update));
64
                CdmBase cachedObj = load(updatedObject, update);
65
                reloadedObjects.add(cachedObj);
65 66
            }
66 67
        }
67 68

  

Also available in: Unified diff