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
_______________________________________________
dev mailing list
[email protected]
http://www.slf4j.org/mailman/listinfo/dev