You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2016/06/22 18:33:40 UTC

incubator-geode git commit: GEODE-1209: Typo repair in javadoc comment (AsynEventQueue -> AsyncEventQueue)

Repository: incubator-geode
Updated Branches:
  refs/heads/develop 588269395 -> fc42db82e


GEODE-1209: Typo repair in javadoc comment (AsynEventQueue -> AsyncEventQueue)


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/fc42db82
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/fc42db82
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/fc42db82

Branch: refs/heads/develop
Commit: fc42db82e002fbe476fd9ffa01777b568ef58dba
Parents: 5882693
Author: Dave Barnes <db...@pivotal.io>
Authored: Wed Jun 22 11:33:51 2016 -0700
Committer: Dave Barnes <db...@pivotal.io>
Committed: Wed Jun 22 11:33:51 2016 -0700

----------------------------------------------------------------------
 .../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/fc42db82/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.java
----------------------------------------------------------------------
diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.java
index 455fc14..3540ce3 100644
--- a/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.java
+++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/asyncqueue/AsyncEventQueueFactory.java
@@ -171,7 +171,7 @@ public interface AsyncEventQueueFactory {
       GatewayEventSubstitutionFilter filter);
 
   /**
-   * Forwards destroy operations from expiration action to AsynEventQueue.
+   * Forwards destroy operations from expiration action to AsyncEventQueue.
    * By default the expiration destroy events are not added to AEQ, by
    * setting this attribute to true adds destroy event to AEQ.
    *