Skip to content

Commit

Permalink
Rename missing John Do
Browse files Browse the repository at this point in the history
  • Loading branch information
mziccard committed Feb 10, 2016
1 parent 526eb5f commit 8c9cb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Datastore datastore = DatastoreOptions.defaultInstance().service();
KeyFactory keyFactory = datastore.newKeyFactory().kind("keyKind");
Key key = keyFactory.newKey("keyName");
Entity entity = Entity.builder(key)
.set("name", "John Do")
.set("name", "John Doe")
.set("age", 30)
.set("access_time", DateTime.now())
.build();
Expand Down

0 comments on commit 8c9cb2e

Please sign in to comment.