Skip to content

Commit ad83abc

Browse files
committed
Change Javadoc.
JAVA-5842
1 parent 85aae59 commit ad83abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bson/src/main/org/bson/io/ByteBufferBsonInput.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ private int computeCStringLength(final int prevPos) {
218218
219219
result:
220220
00000000 00000000 10000000 00000000 00000000 00000000 00000000 00000000
221-
^^^^^^^^
221+
^^^^^^^^
222222
The high bit is set only at the 0x00 byte position.
223223
*/
224224
mask &= 0x8080808080808080L;

0 commit comments

Comments
 (0)