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 2014/08/07 08:06:01 UTC

svn commit: r1616411 - /logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/ContextMapLookup.java

Author: ggregory
Date: Thu Aug  7 06:06:00 2014
New Revision: 1616411

URL: http://svn.apache.org/r1616411
Log:
Fix Javadoc.

Modified:
    logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/ContextMapLookup.java

Modified: logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/ContextMapLookup.java
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/ContextMapLookup.java?rev=1616411&r1=1616410&r2=1616411&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/ContextMapLookup.java (original)
+++ logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/ContextMapLookup.java Thu Aug  7 06:06:00 2014
@@ -21,7 +21,7 @@ import org.apache.logging.log4j.core.Log
 import org.apache.logging.log4j.core.config.plugins.Plugin;
 
 /**
- * Looks up keys from system properties.
+ * Looks up keys from {@link ThreadContext} objects..
  */
 @Plugin(name = "ctx", category = "Lookup")
 public class ContextMapLookup implements StrLookup {