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 540fd8b commit 4a84c5bCopy full SHA for 4a84c5b
google-cloud-firestore/src/main/java/com/google/cloud/firestore/BulkWriter.java
@@ -161,7 +161,7 @@ enum OperationType {
161
private final ScheduledExecutorService bulkWriterExecutor;
162
163
/**
164
- * The BulkWriter will shutdown executor when closed and are writes are done. This is important to
+ * The BulkWriter will shutdown executor when closed and all writes are done. This is important to
165
* prevent leaking threads.
166
*/
167
boolean autoShutdownBulkWriterExecutor;
0 commit comments