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/05/27 19:28:49 UTC

[11/19] incubator-usergrid git commit: Removed comment as issue was resolved.

Removed comment as issue was resolved.


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

Branch: refs/heads/two-dot-o-dev
Commit: 14a1def069a269566c3b2e7edddf1cf01a5ee077
Parents: 3f8899d
Author: GERey <gr...@apigee.com>
Authored: Tue May 26 12:31:19 2015 -0700
Committer: GERey <gr...@apigee.com>
Committed: Tue May 26 12:31:19 2015 -0700

----------------------------------------------------------------------
 .../apache/usergrid/persistence/index/CandidateResults.java   | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/14a1def0/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/CandidateResults.java
----------------------------------------------------------------------
diff --git a/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/CandidateResults.java b/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/CandidateResults.java
index c22d3b4..9de263f 100644
--- a/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/CandidateResults.java
+++ b/stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/CandidateResults.java
@@ -49,12 +49,7 @@ public class CandidateResults implements Iterable<CandidateResult> {
         offset = Optional.absent();
     }
 
-
-    /**
-     * Hilarious! we call this initialize Cursor but everywhere else , even in the code call it offset!
-     * wonderful!
-     * @param offset
-     */
+    
     public void initializeOffset( int offset ){
         this.offset = Optional.of(offset);
     }