mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 20:15:34 +00:00
Prepare for Java 2.0.1 release
see https://github.com/google/flatbuffers/pull/6658
This commit is contained in:
@@ -155,7 +155,7 @@ public class ByteBufferReadWriteBuf implements ReadWriteBuf {
|
||||
|
||||
@Override
|
||||
public int writePosition() {
|
||||
return ((Buffer) buffer).position();
|
||||
return buffer.position();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user