mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-20 09:17:29 +07:00
Reduced #bitInput() method visibility -- unalign should be used instead outside of package
This commit is contained in:
parent
f7a38d5e15
commit
83ead2a990
@ -30,7 +30,7 @@ public class ByteInput {
|
||||
*
|
||||
* @see #unalign()
|
||||
*/
|
||||
public BitInput bitInput() {
|
||||
BitInput bitInput() {
|
||||
return bitInput != null ? bitInput : (bitInput = new BitInput(this));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user