Updated Branches: refs/heads/trunk 4cc526112 -> 50e4d0784
Small change to verify repo access. Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/50e4d078 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/50e4d078 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/50e4d078 Branch: refs/heads/trunk Commit: 50e4d07842a67de6fdde44758cef32b7e7a6e638 Parents: 4cc5261 Author: artnaseef <[email protected]> Authored: Thu Feb 6 02:28:15 2014 -0700 Committer: artnaseef <[email protected]> Committed: Thu Feb 6 02:28:15 2014 -0700 ---------------------------------------------------------------------- .../java/org/apache/activemq/filter/function/FilterFunction.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/50e4d078/activemq-client/src/main/java/org/apache/activemq/filter/function/FilterFunction.java ---------------------------------------------------------------------- diff --git a/activemq-client/src/main/java/org/apache/activemq/filter/function/FilterFunction.java b/activemq-client/src/main/java/org/apache/activemq/filter/function/FilterFunction.java index fae0e37..f8dec46 100644 --- a/activemq-client/src/main/java/org/apache/activemq/filter/function/FilterFunction.java +++ b/activemq-client/src/main/java/org/apache/activemq/filter/function/FilterFunction.java @@ -23,7 +23,6 @@ import org.apache.activemq.filter.MessageEvaluationContext; * Interface required for objects that will be registered as functions for use in selectors. Handles parse- * time and evaluation-time operations. */ - public interface FilterFunction { /** * Check whether the function, as it is used, is valid. Checking arguments here will return errors
