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

Commit b87e6138 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 618ed234: Merge "Track nio API change."

* commit '618ed234':
  Track nio API change.
parents 372d21ad 618ed234
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35363,7 +35363,7 @@ package java.nio {
    method public java.nio.CharBuffer put(java.lang.String, int, int);
    method public int read(java.nio.CharBuffer) throws java.io.IOException;
    method public abstract java.nio.CharBuffer slice();
    method public abstract java.lang.CharSequence subSequence(int, int);
    method public abstract java.nio.CharBuffer subSequence(int, int);
    method public static java.nio.CharBuffer wrap(char[]);
    method public static java.nio.CharBuffer wrap(char[], int, int);
    method public static java.nio.CharBuffer wrap(java.lang.CharSequence);