You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bi...@apache.org on 2008/05/12 18:57:46 UTC

svn commit: r655560 - /cxf/trunk/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java

Author: bimargulies
Date: Mon May 12 09:57:45 2008
New Revision: 655560

URL: http://svn.apache.org/viewvc?rev=655560&view=rev
Log:
Fix Javadoc as per CXF-1585.

Modified:
    cxf/trunk/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java

Modified: cxf/trunk/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java
URL: http://svn.apache.org/viewvc/cxf/trunk/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java?rev=655560&r1=655559&r2=655560&view=diff
==============================================================================
--- cxf/trunk/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java (original)
+++ cxf/trunk/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java Mon May 12 09:57:45 2008
@@ -41,7 +41,7 @@
  * application must provide an object that extends {@link AbstractDelegatingLogger}, and advertise that class
  * via one of the following mechanisms:
  * <ul>
- * <li>Create a file, in the classpath, named META-INF/cxf/org.apache.cxf.logger. 
+ * <li>Create a file, in the classpath, named META-INF/cxf/org.apache.cxf.Logger. 
  * This file should contain the fully-qualified name
  * of the class, with no comments, on a single line.</li>
  * <li>Call {@link #setLoggerClass(Class)} with a Class<?> reference to the logger class.</li>