diff --git a/core/src/com/riiablo/io/nio/ByteInput.java b/core/src/com/riiablo/io/nio/ByteInput.java index 027aa4bb..fde94d70 100644 --- a/core/src/com/riiablo/io/nio/ByteInput.java +++ b/core/src/com/riiablo/io/nio/ByteInput.java @@ -30,7 +30,7 @@ public class ByteInput { * * @see #unalign() */ - public BitInput bitInput() { + BitInput bitInput() { return bitInput != null ? bitInput : (bitInput = new BitInput(this)); }