Project

General

Profile

« Previous | Next » 

Revision 270dbad4

Added by Andreas Müller almost 4 years ago

remove findWithUpdate from CommonService

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/org/springframework/remoting/httpinvoker/CachingHttpInvokerProxyFactoryBean.java
52 52
    static {
53 53
        persistingMethods.add("merge");
54 54
        persistingMethods.add("save");
55
        persistingMethods.add("findWithUpdate");
56 55
        persistingMethods.add("loadWithUpdate");
57 56
        measureDuration = System.getProperty(PROP_KEY_MEASURE_DURATION) != null;
58 57
    }

Also available in: Unified diff