[slf4j-dev] svn commit: r1077 - slf4j/trunk/slf4j-api/src/main/java/org/slf4j

ceki at slf4j.org ceki at slf4j.org
Mon Jul 28 18:52:50 CEST 2008


Author: ceki
Date: Mon Jul 28 18:52:49 2008
New Revision: 1077

Modified:
   slf4j/trunk/slf4j-api/src/main/java/org/slf4j/MDC.java

Log:
Fixed a typo reported in bug 92

Modified: slf4j/trunk/slf4j-api/src/main/java/org/slf4j/MDC.java
==============================================================================
--- slf4j/trunk/slf4j-api/src/main/java/org/slf4j/MDC.java	(original)
+++ slf4j/trunk/slf4j-api/src/main/java/org/slf4j/MDC.java	Mon Jul 28 18:52:49 2008
@@ -90,7 +90,7 @@
   /**
    * Put a context value (the <code>val</code> parameter) as identified with
    * the <code>key</code> parameter into the current thread's context map.
-   * The <code>key</code> parameter cannot be null. The code>val</code> parameter 
+   * The <code>key</code> parameter cannot be null. The <code>val</code> parameter 
    * can be null only if the underlying implementation supports it.
    * 
    * <p>



More information about the slf4j-dev mailing list