You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prepare code compatibility for newer Java versions that introduced overrides for ByteBuffer.flip() returning ByteBuffer instead of Buffer.
[closes#340]
Newer Java versions come with improved method signatures and compiling on e.g. Java 14 causes warnings because of unnecessary casts.
The text was updated successfully, but these errors were encountered: