Prepare for Java 2.0.1 release

see https://github.com/google/flatbuffers/pull/6658
This commit is contained in:
Wouter van Oortmerssen
2021-05-24 12:20:45 -07:00
parent 12f2eedadc
commit bec23700fc
5 changed files with 6 additions and 6 deletions

View File

@@ -155,7 +155,7 @@ public class ByteBufferReadWriteBuf implements ReadWriteBuf {
@Override
public int writePosition() {
return ((Buffer) buffer).position();
return buffer.position();
}
@Override