GEODE-525: addGatewayEventFilter() doc correction The Javadoc comment for addGatewayEventFilter() says 'Removes...', should say 'Adds'.
This closes #28 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/a572c370 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/a572c370 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/a572c370 Branch: refs/heads/feature/GEODE-77 Commit: a572c3704ea0c6db4b2525eb256ae9c4cb9040f4 Parents: 4b07e05 Author: Dave Barnes <[email protected]> Authored: Fri Oct 30 14:05:31 2015 -0700 Committer: Dan Smith <[email protected]> Committed: Wed Nov 4 10:28:17 2015 -0800 ---------------------------------------------------------------------- .../gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a572c370/gemfire-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.java ---------------------------------------------------------------------- diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.java index b58e01b..0aeaf6f 100644 --- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.java +++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.java @@ -137,7 +137,7 @@ public interface AsyncEventQueueFactory { public AsyncEventQueueFactory setDispatcherThreads(int numThreads); /** - * Removes a <code>GatewayEventFilter</code> to the attributes of + * Adds a <code>GatewayEventFilter</code> to the attributes of * AsyncEventQueue being created by factory. * * @param filter
