This commit is contained in:
David Renshaw 2015-08-17 22:14:50 -04:00
parent 2127084a53
commit 252acd2b32

View file

@ -112,7 +112,7 @@ public final class Serialize {
} }
/* /*
* Upon return, `bb.position()` we be at the end of the message. * Upon return, `bb.position()` will be at the end of the message.
*/ */
public static MessageReader read(ByteBuffer bb, ReaderOptions options) throws IOException { public static MessageReader read(ByteBuffer bb, ReaderOptions options) throws IOException {
bb.order(ByteOrder.LITTLE_ENDIAN); bb.order(ByteOrder.LITTLE_ENDIAN);