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

Reply via email to