[slf4j-dev] svn commit: r1159 - slf4j/trunk/jcl-over-slf4j/src/main/java/org/apache/commons/logging

ceki at slf4j.org ceki at slf4j.org
Thu Oct 2 17:10:20 CEST 2008


Author: ceki
Date: Thu Oct  2 17:10:19 2008
New Revision: 1159

Modified:
   slf4j/trunk/jcl-over-slf4j/src/main/java/org/apache/commons/logging/Log.java

Log:
- minor javadoc fix 
- noting that jcl-over-slf4j is compatible with JCL 1.1.1

Modified: slf4j/trunk/jcl-over-slf4j/src/main/java/org/apache/commons/logging/Log.java
==============================================================================
--- slf4j/trunk/jcl-over-slf4j/src/main/java/org/apache/commons/logging/Log.java	(original)
+++ slf4j/trunk/jcl-over-slf4j/src/main/java/org/apache/commons/logging/Log.java	Thu Oct  2 17:10:19 2008
@@ -34,7 +34,7 @@
  * </ol>
  * The mapping of these log levels to the concepts used by the underlying
  * logging system is implementation dependent.
- * The implemention should ensure, though, that this ordering behaves
+ * The implementation should ensure, though, that this ordering behaves
  * as expected.</p>
  *
  * <p>Performance is often a logging concern.
@@ -55,7 +55,7 @@
  * external to the Logging APIs, through whatever mechanism is supported by
  * that system.</p>
  *
- * <p style="color: #E40; font-weight: bold;">Please note that this interface is identical to that found in JCL 1.0.4.</p>
+ * <p style="color: #E40; font-weight: bold;">Please note that this interface is identical to that found in JCL 1.1.1.</p>
  * 
  * @author <a href="mailto:sanders at apache.org">Scott Sanders</a>
  * @author Rod Waldhoff



More information about the slf4j-dev mailing list