diff options
author | Elliott Hughes <enh@google.com> | 2013-06-14 15:41:26 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2013-06-14 15:41:26 -0700 |
commit | 28b7245cc1938494fc9077fdb3202deb95fe4d3f (patch) | |
tree | 1ce2e3669472cd5a6a0d87e10718ddeb9a6ae242 /api | |
parent | 6706ca96b21ebbd620fb597a23e8180f76bb37cf (diff) | |
download | frameworks_base-28b7245cc1938494fc9077fdb3202deb95fe4d3f.zip frameworks_base-28b7245cc1938494fc9077fdb3202deb95fe4d3f.tar.gz frameworks_base-28b7245cc1938494fc9077fdb3202deb95fe4d3f.tar.bz2 |
Track nio API change.
Change-Id: I6a6d6c9e5f658b66dca0db226d2d91ee5f8ab2c7
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index 43dfe10..7ae54c8 100644 --- a/api/current.txt +++ b/api/current.txt @@ -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); |