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

Commit 540fd8b

Browse files
committed
Fix
1 parent 96f4159 commit 540fd8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • google-cloud-firestore/src/main/java/com/google/cloud/firestore

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ enum OperationType {
158158

159159
// Executor used to run all BulkWriter operations. BulkWriter uses its own executor since we
160160
// don't want to block a gax/grpc executor while running user error and success callbacks.
161-
final ScheduledExecutorService bulkWriterExecutor;
161+
private final ScheduledExecutorService bulkWriterExecutor;
162162

163163
/**
164164
* The BulkWriter will shutdown executor when closed and are writes are done. This is important to

0 commit comments

Comments
 (0)