You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/09/14 07:01:29 UTC

[11/15] git commit: Add link in javadoc.

Add link in 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/22620140
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/22620140
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/22620140

Branch: refs/heads/master
Commit: 22620140879755771a64464440ed97d1cf98951e
Parents: 4f2c39c
Author: Matt Sicker <ma...@apache.org>
Authored: Sat Sep 13 23:31:33 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Sat Sep 13 23:31:33 2014 -0500

----------------------------------------------------------------------
 .../logging/log4j/core/config/plugins/visitors/PluginVisitors.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/22620140/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitors.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitors.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitors.java
index 9ca03d0..15a763d 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitors.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/visitors/PluginVisitors.java
@@ -24,7 +24,7 @@ import org.apache.logging.log4j.core.config.plugins.PluginVisitorStrategy;
 import org.apache.logging.log4j.status.StatusLogger;
 
 /**
- * Utility class to locate an appropriate PluginVisitor implementation for an annotation.
+ * Utility class to locate an appropriate {@link PluginVisitor} implementation for an annotation.
  */
 public final class PluginVisitors {