Skip to content

Commit 4a84c5b

Browse files
committed
Fix comment
1 parent 540fd8b commit 4a84c5b

File tree

1 file changed

+1
-1
lines changed
  • google-cloud-firestore/src/main/java/com/google/cloud/firestore

1 file changed

+1
-1
lines changed

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
@@ -161,7 +161,7 @@ enum OperationType {
161161
private final ScheduledExecutorService bulkWriterExecutor;
162162

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

0 commit comments

Comments
 (0)