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 2019/10/06 18:54:03 UTC

[logging-log4j2] 01/02: Remove redundant javadoc line

This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit e329d6c50553e8eba9619cbb978f3a0c88bc0878
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sun Oct 6 13:42:54 2019 -0500

    Remove redundant javadoc line
    
    Signed-off-by: Matt Sicker <bo...@gmail.com>
---
 .../src/main/java/org/apache/logging/log4j/plugins/PluginElement.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/log4j-plugins/src/main/java/org/apache/logging/log4j/plugins/PluginElement.java b/log4j-plugins/src/main/java/org/apache/logging/log4j/plugins/PluginElement.java
index edd5412..9b333d4 100644
--- a/log4j-plugins/src/main/java/org/apache/logging/log4j/plugins/PluginElement.java
+++ b/log4j-plugins/src/main/java/org/apache/logging/log4j/plugins/PluginElement.java
@@ -32,7 +32,6 @@ import java.lang.annotation.Target;
  * Identifies a Plugin Element which allows for plugins to be configured and injected into another plugin.
  * Plugin elements can be injected as parameters to a static {@linkplain PluginFactory factory method}, or as fields and
  * single-parameter methods in a plugin {@linkplain org.apache.logging.log4j.plugins.util.Builder builder class}.
- * Identifies a parameter as a Plugin and corresponds with an XML element (or equivalent) in configuration files.
  */
 @Documented
 @Retention(RetentionPolicy.RUNTIME)