Project

General

Profile

« Previous | Next » 

Revision 9aae99e8

Added by Andreas Kohlbecker about 4 years ago

ref #8841 cleaning up application context config - step 1

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/taxeditor/service/CdmServiceRequestExecutor.java
96 96
	public RemoteInvocationResult fromCache(RemoteInvocation ri) {
97 97
	    return null;
98 98
	}
99

  
100
	 @Override
101
	    public void setReadTimeout(int timeout) {
102
	        logger.info("Read time our set to: " + timeout + " ms");
103
	        super.setReadTimeout(timeout);
104
	    }
105

  
99 106
}

Also available in: Unified diff