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

Commit 618ed234 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Track nio API change."

parents 6706ca96 28b7245c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34258,7 +34258,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);