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 96f4159 commit 540fd8bCopy full SHA for 540fd8b
1 file changed
google-cloud-firestore/src/main/java/com/google/cloud/firestore/BulkWriter.java
@@ -158,7 +158,7 @@ enum OperationType {
158
159
// Executor used to run all BulkWriter operations. BulkWriter uses its own executor since we
160
// don't want to block a gax/grpc executor while running user error and success callbacks.
161
- final ScheduledExecutorService bulkWriterExecutor;
+ private final ScheduledExecutorService bulkWriterExecutor;
162
163
/**
164
* The BulkWriter will shutdown executor when closed and are writes are done. This is important to
0 commit comments