Repository: logging-log4j2
Updated Branches:
  refs/heads/master 0a79e2689 -> 23731ded0


LOG4J2-1447 LOG4J2-1349 javadoc


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b6b6b355
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b6b6b355
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b6b6b355

Branch: refs/heads/master
Commit: b6b6b355d69840a95024ab4d8ae78387891d71cf
Parents: 57825cc
Author: rpopma <rpo...@apache.org>
Authored: Fri Sep 23 11:43:30 2016 +0900
Committer: rpopma <rpo...@apache.org>
Committed: Fri Sep 23 11:43:30 2016 +0900

----------------------------------------------------------------------
 .../org/apache/logging/log4j/core/ContextDataInjector.java    | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b6b6b355/log4j-core/src/main/java/org/apache/logging/log4j/core/ContextDataInjector.java
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/ContextDataInjector.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/ContextDataInjector.java
index 584910c..65b9a76 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/ContextDataInjector.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/ContextDataInjector.java
@@ -35,9 +35,9 @@ import org.apache.logging.log4j.util.StringMap;
  * Users can configure the {@code ContextDataInjectorFactory} to provide 
custom {@code ContextDataInjector} objects,
  * in order to initialize log events with context data from any arbitrary 
context.
  * </p><p>
- * When providing a custom {@code ContextDataInjector}, be aware that the 
{@code ContextDataFactory} may be invoked
- * multiple times and the various components in Log4j that need access to 
context data may each have their own instance
- * of {@code ContextDataInjector}.
+ * When providing a custom {@code ContextDataInjector}, be aware that the 
{@code ContextDataInjectorFactory} may be
+ * invoked multiple times and the various components in Log4j that need access 
to context data may each have their own
+ * instance of {@code ContextDataInjector}.
  * This includes the object(s) that populate log events, but also various 
lookups and filters that look at
  * context data to determine whether an event should be logged.
  * </p><p>
@@ -45,6 +45,7 @@ import org.apache.logging.log4j.util.StringMap;
  * guarantees to enable optimal performance.
  * </p>
  *
+ * @see StringMap
  * @see ReadOnlyStringMap
  * @see ContextDataInjectorFactory
  * @see org.apache.logging.log4j.ThreadContext

Reply via email to