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

Commit 5cb69db8 authored by Tobias Thierer's avatar Tobias Thierer Committed by android-build-merger
Browse files

Merge "Track change of some java.nio.Buffer methods to nonfinal." am: 38a641d2

am: 5fdb4eb6

Change-Id: I08059da73d48200b3a0b1c3612ddb5cca9be7ac2
parents 0ed2ad08 5fdb4eb6
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -59856,20 +59856,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 {