[slf4j-dev] svn commit: r1016 - slf4j/trunk/slf4j-jdk14/src/main/java/org/slf4j/impl
ceki at slf4j.org
ceki at slf4j.org
Tue May 27 20:24:28 CEST 2008
Author: ceki
Date: Tue May 27 20:24:28 2008
New Revision: 1016
Modified:
slf4j/trunk/slf4j-jdk14/src/main/java/org/slf4j/impl/JDK14LoggerAdapter.java
Log:
- fixed javadoc as reported in bug 81
Modified: slf4j/trunk/slf4j-jdk14/src/main/java/org/slf4j/impl/JDK14LoggerAdapter.java
==============================================================================
--- slf4j/trunk/slf4j-jdk14/src/main/java/org/slf4j/impl/JDK14LoggerAdapter.java (original)
+++ slf4j/trunk/slf4j-jdk14/src/main/java/org/slf4j/impl/JDK14LoggerAdapter.java Tue May 27 20:24:28 2008
@@ -532,12 +532,12 @@
}
/**
- * Log a message at level INFO according to the specified format and
+ * Log a message at level SEVERE according to the specified format and
* arguments.
*
* <p>
* This form avoids superfluous object creation when the logger is disabled
- * for the INFO level.
+ * for the SEVERE level.
* </p>
*
* @param format
More information about the slf4j-dev
mailing list