Skip to content

Commit 1398b61

Browse files
committed
---
yaml --- r: 1669 b: refs/heads/master c: 8c9cb2e h: refs/heads/master i: 1667: 7e1f14f
1 parent de30ff1 commit 1398b61

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: 526eb5f2df397fc26cc5fa147ba1a0df01b319f9
2+
refs/heads/master: 8c9cb2e821b6a6f3f9892fd80be71611bee6f6b4
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: d1b373c30c176edc08692348167bec3a244bb823
55
refs/heads/bigquery: 762fa5830e6c398c0396177e3e7fd243bd62cfc3

trunk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Datastore datastore = DatastoreOptions.defaultInstance().service();
186186
KeyFactory keyFactory = datastore.newKeyFactory().kind("keyKind");
187187
Key key = keyFactory.newKey("keyName");
188188
Entity entity = Entity.builder(key)
189-
.set("name", "John Do")
189+
.set("name", "John Doe")
190190
.set("age", 30)
191191
.set("access_time", DateTime.now())
192192
.build();

0 commit comments

Comments
 (0)