Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 96f4159

Browse files
chore: generate libraries at Wed Jul 23 23:21:35 UTC 2025
1 parent 0fdb1dd commit 96f4159

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

google-cloud-firestore/src/main/java/com/google/cloud/firestore/BulkWriter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ enum OperationType {
161161
final ScheduledExecutorService bulkWriterExecutor;
162162

163163
/**
164-
* The BulkWriter will shutdown executor when closed and are writes are done. This is important
165-
* to prevent leaking threads.
164+
* The BulkWriter will shutdown executor when closed and are writes are done. This is important to
165+
* prevent leaking threads.
166166
*/
167167
boolean autoShutdownBulkWriterExecutor;
168168

google-cloud-firestore/src/test/java/com/google/cloud/firestore/BulkWriterTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ public void closeWillShutdownExecutor() throws Exception {
377377
assertTrue(timeoutExecutor.isShutdown());
378378
}
379379

380-
381380
@Test
382381
public void sendsWritesToSameDocInDifferentBatches() throws Exception {
383382
ResponseStubber responseStubber =

0 commit comments

Comments
 (0)