Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38a641d2 authored by Tobias Thierer's avatar Tobias Thierer Committed by Gerrit Code Review
Browse files

Merge "Track change of some java.nio.Buffer methods to nonfinal."

parents 9c4b6532 4dad9121
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -59858,20 +59858,20 @@ package java.nio {
    method public abstract Object array();
    method public abstract int arrayOffset();
    method public final int capacity();
    method public final java.nio.Buffer clear();
    method public final java.nio.Buffer flip();
    method public java.nio.Buffer clear();
    method public java.nio.Buffer flip();
    method public abstract boolean hasArray();
    method public final boolean hasRemaining();
    method public abstract boolean isDirect();
    method public abstract boolean isReadOnly();
    method public final int limit();
    method public final java.nio.Buffer limit(int);
    method public final java.nio.Buffer mark();
    method public java.nio.Buffer limit(int);
    method public java.nio.Buffer mark();
    method public final int position();
    method public final java.nio.Buffer position(int);
    method public java.nio.Buffer position(int);
    method public final int remaining();
    method public final java.nio.Buffer reset();
    method public final java.nio.Buffer rewind();
    method public java.nio.Buffer reset();
    method public java.nio.Buffer rewind();
  }
  public class BufferOverflowException extends java.lang.RuntimeException {