diff options
author | Joachim Sauer <jsauer@google.com> | 2016-05-10 15:09:08 +0100 |
---|---|---|
committer | Joachim Sauer <jsauer@google.com> | 2016-05-10 15:15:17 +0100 |
commit | 91f4aec3ccb4b2a2b66fbde095baa584b0862c11 (patch) | |
tree | a9284cb1eb2dd8bca6a4afad0ed7c93b32ed234e /rs/java/android/renderscript/RenderScript.java | |
parent | eaeb3a21aecbf284cd60c236d68f10a859ed7e4b (diff) |
Fix AbstractStringBuilder gaining extra APIs.
AbstractStringBuilder showed up in the API as gaining methods originally
belonging to StringBuffer/StringBuilder (mostly append(*) and
insert(*)).
Ideally it should not be in the API at all, but it's traditionally been
there and we'll keep it for now.
@hide the affected methods and move the "implements Appendable"
definition to StringBuffer/StringBuilder (as methods implementing an
interface can't be @hidden).
Bug: 27582395
Change-Id: I0b85c2c84f3e52ffe7864728d083f9c6ea7304ef
Diffstat (limited to 'rs/java/android/renderscript/RenderScript.java')
0 files changed, 0 insertions, 0 deletions