Skip to content

Commit c4ac8b3

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 4731 b: refs/heads/logging-alpha c: 71d91aa h: refs/heads/master i: 4729: ab557f7 4727: a8094e2
1 parent 3524cdf commit c4ac8b3

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212
refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313
refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414
refs/heads/gcs-nio: 283aeaf15efdcf3621eb6859f05e55ad7764375d
15-
refs/heads/logging-alpha: ec57eb2cab88a6e5fd195e3889e4c95bfb8068fe
15+
refs/heads/logging-alpha: 71d91aa5b6f603e02285207662e5faae5b1c8a7f
1616
refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717
refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
1818
refs/tags/v0.1.2: 3eb3fe866ba22487686048f45d927b8c8638ea3f

branches/logging-alpha/gcloud-java-datastore/src/main/java/com/google/gcloud/datastore/QueryResults.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)