Skip to content

Commit 55b2670

Browse files
authored
Fix minor typo in java comments (#867)
1 parent 0effc11 commit 55b2670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-core/src/main/com/mongodb/connection/Stream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ default ByteBuf read(int numBytes, int additionalTimeout) throws IOException {
101101
* callback on completion.
102102
*
103103
* @param buffers the buffers to write
104-
* @param handler invoked when the read operation has completed
104+
* @param handler invoked when the write operation has completed
105105
*/
106106
void writeAsync(List<ByteBuf> buffers, AsyncCompletionHandler<Void> handler);
107107

0 commit comments

Comments
 (0)