Author: mattsicker
Date: Mon May 26 04:16:21 2014
New Revision: 1597511

URL: http://svn.apache.org/r1597511
Log:
Replace FQCN with simplified name thanks to import.

Modified:
    
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/visitors/PluginAttributeVisitor.java

Modified: 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/visitors/PluginAttributeVisitor.java
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/visitors/PluginAttributeVisitor.java?rev=1597511&r1=1597510&r2=1597511&view=diff
==============================================================================
--- 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/visitors/PluginAttributeVisitor.java
 (original)
+++ 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/config/plugins/visitors/PluginAttributeVisitor.java
 Mon May 26 04:16:21 2014
@@ -25,7 +25,7 @@ import org.apache.logging.log4j.core.con
 import org.apache.logging.log4j.core.config.plugins.PluginAttribute;
 
 /**
- * PluginVisitor implementation for {@link 
org.apache.logging.log4j.core.config.plugins.PluginAttribute}.
+ * PluginVisitor implementation for {@link PluginAttribute}.
  */
 public class PluginAttributeVisitor extends 
AbstractPluginVisitor<PluginAttribute> {
     public PluginAttributeVisitor() {


Reply via email to