Author: dkulp
Date: Mon Apr 14 12:23:27 2008
New Revision: 647945
URL: http://svn.apache.org/viewvc?rev=647945&view=rev
Log:
Merged revisions 647739 via svnmerge from
https://svn.apache.org/repos/asf/incubator/cxf/trunk
........
r647739 | bimargulies | 2008-04-14 07:49:59 -0400 (Mon, 14 Apr 2008) | 2 lines
Further tweak to doc.
........
Modified:
incubator/cxf/branches/2.0.x-fixes/ (props changed)
incubator/cxf/branches/2.0.x-fixes/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java
Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
incubator/cxf/branches/2.0.x-fixes/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java?rev=647945&r1=647944&r2=647945&view=diff
==============================================================================
---
incubator/cxf/branches/2.0.x-fixes/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java
(original)
+++
incubator/cxf/branches/2.0.x-fixes/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java
Mon Apr 14 12:23:27 2008
@@ -43,7 +43,7 @@
* <ul>
* <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.</li>
+ * 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>
* </ul>
* CXF provides [EMAIL PROTECTED] Log4jLogger} to use log4j instead of
java.util.logging.