Author: ceki Date: Thu Dec 22 18:49:34 2005 New Revision: 463 Modified: slf4j/trunk/src/java/org/slf4j/ILoggerFactory.java Log: patch applied as found in bug report #9
Modified: slf4j/trunk/src/java/org/slf4j/ILoggerFactory.java ============================================================================== --- slf4j/trunk/src/java/org/slf4j/ILoggerFactory.java (original) +++ slf4j/trunk/src/java/org/slf4j/ILoggerFactory.java Thu Dec 22 18:49:34 2005 @@ -38,7 +38,7 @@ * instances by name. * * <p>Most users retreive [EMAIL PROTECTED] Logger} instances through the static - * [EMAIL PROTECTED] LoggerFactory#getLogger} mehtod. An instance of of this + * [EMAIL PROTECTED] LoggerFactory#getLogger(String)} method. An instance of of this * interface is bound internally with [EMAIL PROTECTED] LoggerFactory} class at * compile time. Only developers of SLF4J conformant logging systems * need to worry about this interface. _______________________________________________ dev mailing list [email protected] http://slf4j.org/mailman/listinfo/dev
