mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-20 09:17:29 +07:00
Changed access to private
This commit is contained in:
parent
f5ababed84
commit
a244fbd09d
@ -37,7 +37,7 @@ public class BitInput {
|
||||
* Constructs a BitInput instance with an initial state. This is typically
|
||||
* done when the BitInput is created as the child of another BitInput.
|
||||
*/
|
||||
BitInput(ByteInput byteInput, int bitsCached, long cache, long numBits) {
|
||||
private BitInput(ByteInput byteInput, int bitsCached, long cache, long numBits) {
|
||||
this.byteInput = byteInput;
|
||||
this.bitsCached = bitsCached;
|
||||
this.cache = cache;
|
||||
|
Loading…
Reference in New Issue
Block a user