minor
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / src / main / java / org / springframework / remoting / httpinvoker / CachingHttpInvokerProxyFactoryBean.java
index 6b3143b324def03e6789e6b7ab789602423b9a09..750ee4c356f6e4dd296f37b5c6cd717a45d2f2fa 100644 (file)
@@ -29,8 +29,8 @@ import eu.etaxonomy.taxeditor.session.ICdmEntitySessionManager;
  * <b>Performance measurement:</b></br>
  * Supports measuring the request processing time at the client side. Setting "{@value #PROP_KEY_MEASURE_DURATION}"
  * as system parameter enables the measurement. To make the measurements appear for each request in the log, the logging <code>Level</code>
- * for <code>HttpInvokerProxyFactoryBean</code> needs to be set to at least {@link org.apache.log4j.Level#INFO}. Otherwise the duration is
- * only reported in case of errors.
+ * for <code>HttpInvokerProxyFactoryBean</code> needs to be set to at least {@link org.apache.logging.log4j.Level#INFO}. 
+ * Otherwise the duration is only reported in case of errors.
  *
  * @author a.kohlbecker
  * @since Feb 4, 2020