Repository: incubator-usergrid Updated Branches: refs/heads/USERGRID-608 3f8899dfa -> be2113c7a
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/USERGRID-608 Commit: 14a1def069a269566c3b2e7edddf1cf01a5ee077 Parents: 3f8899d Author: GERey <gre...@apigee.com> Authored: Tue May 26 12:31:19 2015 -0700 Committer: GERey <gre...@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); }