Project

General

Profile

« Previous | Next » 

Revision ed3f3e9a

Added by Andreas Müller over 5 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/taxeditor/remoting/cache/ConversationalTransientEntityCacher.java
42 42
        // probably a good time to broadcast to other sessions
43 43

  
44 44
        Set<CdmBase> updatedObjects = result.getUpdatedObjects();
45
        Set<CdmBase> reloadedObjects = new HashSet<CdmBase>();
45
        Set<CdmBase> reloadedObjects = new HashSet<>();
46 46
        Set<CdmEntityIdentifier> updatedCdmIds = result.getUpdatedCdmIds();
47 47
        boolean updatedCdmIdsIsEmpty = updatedCdmIds.isEmpty();
48 48

  
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/CdmFormFactory.java
363 363
 *
364 364
 * @author n.hoffmann
365 365
 * @created Feb 24, 2010
366
 * @version 1.0
367 366
 */
368 367
public class CdmFormFactory extends FormToolkit {
369 368

  

Also available in: Unified diff