Skip to content

Commit 9286ceb

Browse files
committed
---
yaml --- r: 1175 b: refs/heads/master c: abc11ce h: refs/heads/master i: 1173: 413cc64 1171: f015bde 1167: 2c2a77c v: v3
1 parent 13c39aa commit 9286ceb

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,4 +1,4 @@
11
---
2-
refs/heads/master: b28b3079539e2c1635da8a2e795055c05f2f5a07
2+
refs/heads/master: abc11cea3aedd69e47ae88fa50fd5ad96d16823e
33
refs/heads/travis: 0fa997e2fc9c6b61b2d91e6d163655aae67d44b6
44
refs/heads/gh-pages: 5a10432ecc75f29812e33a8236c900379509fe99

trunk/src/site/resources/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h4>Example: Retrieve Datastore Entries</h4>
143143

144144
// Authentication is automatic inside Google Compute Engine
145145
// and Google App Engine.
146-
DatastoreOptions options = DatastoreOptions.builder().build();
146+
DatastoreOptions options = DatastoreOptions.defaultInstance();
147147
Datastore datastore = options.service();
148148
KeyFactory keyFactory = datastore.newKeyFactory().kind(<span class="hljs-string">KIND</span>);
149149
Key key = keyFactory.newKey(keyName);

0 commit comments

Comments
 (0)