File tree Expand file tree Collapse file tree
branches/logging-alpha/gcloud-java-datastore/src/main/java/com/google/gcloud/datastore Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414refs/heads/gcs-nio: 283aeaf15efdcf3621eb6859f05e55ad7764375d
15- refs/heads/logging-alpha: ec57eb2cab88a6e5fd195e3889e4c95bfb8068fe
15+ refs/heads/logging-alpha: 71d91aa5b6f603e02285207662e5faae5b1c8a7f
1616refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
1818refs/tags/v0.1.2: 3eb3fe866ba22487686048f45d927b8c8638ea3f
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ public interface QueryResults<V> extends Iterator<V> {
3636 Class <?> resultClass ();
3737
3838 /**
39- <<<<<<< HEAD
4039 * Returns the Cursor for the point after the value returned in the last {@link #next} call. This
4140 * cursor can be used to issue subsequent queries (with the same constraints) that may return
4241 * additional results.
@@ -51,11 +50,7 @@ public interface QueryResults<V> extends Iterator<V> {
5150 * // Consume some results (using results.next()) and do any other actions as necessary.
5251 * query = query.toBuilder().startCursor(results.cursorAfter()).build();
5352 * results = datastore.run(query); // now we will iterate over all entities not yet consumed
54- * </pre>
55- =======
56- * Returns the Cursor for the point after the value returned in the last {@link #next} call.
57- * Currently, {@code cursorAfter} returns null in all cases but the last result.
58- >>>>>>> upstream/master
53+ * }</pre>
5954 */
6055 Cursor cursorAfter ();
6156}
You can’t perform that action at this time.
0 commit comments