Skip to content

Commit cb65218

Browse files
jmdobrytswast
authored andcommitted
Fixed region tag.
1 parent d9996e7 commit cb65218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datastore/cloud-client/src/main/java/com/example/datastore/QuickstartSample.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package com.example.datastore;
1818

19-
// [START bigquery_quickstart]
19+
// [START datastore_quickstart]
2020
// Imports the Google Cloud client library
2121
import com.google.cloud.datastore.Datastore;
2222
import com.google.cloud.datastore.DatastoreOptions;
@@ -42,4 +42,4 @@ public static void main(String... args) throws Exception {
4242
System.out.printf("Saved %s: %s%n", task.key().name(), task.getString("description"));
4343
}
4444
}
45-
// [END bigquery_quickstart]
45+
// [END datastore_quickstart]

0 commit comments

Comments
 (0)