Skip to content

Commit a75b86d

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 1607 b: refs/heads/master c: 360e048 h: refs/heads/master i: 1605: 6b985b5 1603: 3e0621d 1599: 4e85956
1 parent 46555a1 commit a75b86d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 830d87ce8376f4641ad6abe236836004597ab1f8
2+
refs/heads/master: 360e048824a322a0b065e71380be9a28caa81788
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: d1b373c30c176edc08692348167bec3a244bb823
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3

trunk/gcloud-java-examples/src/main/java/com/google/gcloud/examples/DatastoreExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public void run(Transaction tx, Key userKey, String... args) {
100100
return;
101101
}
102102
System.out.printf("User '%s' has %d comment[s].%n", userKey.name(), user.getLong("count"));
103-
int limit = 10;
103+
int limit = 200;
104104
Map<DateTime, String> sortedComments = new TreeMap<>();
105105
StructuredQuery<Entity> query =
106106
Query.entityQueryBuilder()

0 commit comments

Comments
 (0)