avoiding more NoSuchMethod exceptions (#6671)

refs #6657
This commit is contained in:
Kamil Rojewski
2021-06-03 23:18:45 +02:00
committed by GitHub
parent 7c3e267e1e
commit 752c7b576d
7 changed files with 12 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ public class ByteBufferReadWriteBuf implements ReadWriteBuf {
@Override
public void clear() {
buffer.clear();
((Buffer) buffer).clear();
}
@Override