Skip to content

Commit b5039d1

Browse files
authored
chore: remove old region tag that causes sample to show up for batch (GoogleCloudPlatform#9260)
1 parent 0638695 commit b5039d1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

appengine-java8/datastore/src/test/java/com/example/appengine/EntitiesTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ public void embeddedEntity_fromExisting_canRecover() throws Exception {
294294
@Test
295295
public void batchOperations_putsEntities() {
296296
// [START gae_batch_operations]
297-
// [START batch_operations]
298297
Entity employee1 = new Entity("Employee");
299298
Entity employee2 = new Entity("Employee");
300299
Entity employee3 = new Entity("Employee");
@@ -306,7 +305,6 @@ public void batchOperations_putsEntities() {
306305

307306
List<Entity> employees = Arrays.asList(employee1, employee2, employee3);
308307
datastore.put(employees);
309-
// [END batch_operations]
310308
// [END gae_batch_operations]
311309

312310
Map<Key, Entity> got =

0 commit comments

Comments
 (0)