You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2015/02/26 02:42:39 UTC

incubator-usergrid git commit: index message comments

Repository: incubator-usergrid
Updated Branches:
  refs/heads/USERGRID-273-indexbuffer 06212945e -> 5371fb774


index message comments


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

Branch: refs/heads/USERGRID-273-indexbuffer
Commit: 5371fb774a1d7ac5b68395786f9501a1db47a265
Parents: 0621294
Author: Shawn Feldman <sf...@apache.org>
Authored: Wed Feb 25 18:42:29 2015 -0700
Committer: Shawn Feldman <sf...@apache.org>
Committed: Wed Feb 25 18:42:29 2015 -0700

----------------------------------------------------------------------
 .../apache/usergrid/persistence/index/IndexOperationMessage.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/5371fb77/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/IndexOperationMessage.java
----------------------------------------------------------------------
diff --git a/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/IndexOperationMessage.java b/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/IndexOperationMessage.java
index 5acb17e..2ccf023 100644
--- a/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/IndexOperationMessage.java
+++ b/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/IndexOperationMessage.java
@@ -24,7 +24,7 @@ import java.util.concurrent.Callable;
 import java.util.concurrent.ConcurrentLinkedQueue;
 
 /**
- * Classy class class.
+ * Container for index operations.
  */
 public  class IndexOperationMessage {
     private final ConcurrentLinkedQueue<ShardReplicationOperationRequestBuilder> builders;