You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2012/12/12 17:36:56 UTC

svn commit: r1420816 - /logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/ThreadContext.java

Author: ggregory
Date: Wed Dec 12 16:36:54 2012
New Revision: 1420816

URL: http://svn.apache.org/viewvc?rev=1420816&view=rev
Log:
Javadoc.

Modified:
    logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/ThreadContext.java

Modified: logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/ThreadContext.java
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/ThreadContext.java?rev=1420816&r1=1420815&r2=1420816&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/ThreadContext.java (original)
+++ logging/log4j/log4j2/trunk/api/src/main/java/org/apache/logging/log4j/ThreadContext.java Wed Dec 12 16:36:54 2012
@@ -28,11 +28,11 @@ import java.util.Map;
 import java.util.NoSuchElementException;
 
 /**
- * The ThreadContext allows applications to store information either in a Map
- * <p/>
- * <p><b><em>The MDC is managed on a per thread basis</em></b>. A
- * child thread automatically inherits a <em>copy</em> of the mapped
- * diagnostic context of its parent.
+ * The ThreadContext allows applications to store information either in a Map.
+ * <p>
+ * <b><em>The MDC is managed on a per thread basis</em></b>. A child thread automatically inherits a <em>copy</em> of
+ * the mapped diagnostic context of its parent.
+ * </p>
  */
 public final class ThreadContext {