Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02dbdfc commit d9baf90Copy full SHA for d9baf90
appengine/datastore/src/test/java/com/example/appengine/EntitiesTest.java
@@ -72,7 +72,7 @@ public void kindExample_writesEntity() throws Exception {
72
// [START kind_example]
73
DatastoreService datastore = DatastoreServiceFactory.getDatastoreService();
74
75
- Entity employee = new Entity("Employee");
+ Entity employee = new Entity("Employee", "asalieri");
76
employee.setProperty("firstName", "Antonio");
77
employee.setProperty("lastName", "Salieri");
78
employee.setProperty("hireDate", new Date());
0 commit comments