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 [EMAIL PROTECTED]
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 [EMAIL PROTECTED] #setLoggerClass(Class)} with a Class<?>
reference to the logger class.</li>