mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-21 12:26:31 +00:00
chore[kotlin]: typo
This commit is contained in:
@@ -32,8 +32,8 @@ public class ByteBuffer {
|
||||
}
|
||||
}
|
||||
|
||||
public boolean compatibleRead(int beforereadIndex, int length) {
|
||||
return length != -1 && readOffset < length + beforereadIndex;
|
||||
public boolean compatibleRead(int beforeReadIndex, int length) {
|
||||
return length != -1 && readOffset < length + beforeReadIndex;
|
||||
}
|
||||
|
||||
// -------------------------------------------------get/set-------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user