This commit is contained in:
Collin Smith 2020-08-11 00:28:59 -07:00
parent e7ab37c01c
commit 8b31ee02a1

View File

@ -328,7 +328,7 @@ public class ByteInput {
*
* @see #read32u()
*/
public long readSafe32u() {
public int readSafe32u() {
assert aligned() : "not aligned";
try {
incrementBitsRead(Integer.SIZE);