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 2015/09/29 07:40:23 UTC

logging-log4j2 git commit: Javadoc.

Repository: logging-log4j2
Updated Branches:
  refs/heads/LOG4J2-1136 f8c4ad33c -> 10f36a290


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

Branch: refs/heads/LOG4J2-1136
Commit: 10f36a29004b8f891f1e1d240d9b61e54632b274
Parents: f8c4ad3
Author: ggregory <gg...@apache.org>
Authored: Mon Sep 28 22:40:21 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Mon Sep 28 22:40:21 2015 -0700

----------------------------------------------------------------------
 .../java/org/apache/logging/log4j/core/filter/ScriptFilter.java     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/10f36a29/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/ScriptFilter.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/ScriptFilter.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/ScriptFilter.java
index 2e62090..2c65742 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/ScriptFilter.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/ScriptFilter.java
@@ -122,6 +122,7 @@ public final class ScriptFilter extends AbstractFilter {
      * @param script The script to run. The script must return a boolean value.
      * @param match The action to take if a match occurs.
      * @param mismatch The action to take if no match occurs.
+     * @param configuration the configuration 
      * @return A ScriptFilter.
      */
     @PluginFactory