diff options
| author | Philip Milne <pmilne@google.com> | 2011-06-29 11:37:54 -0700 |
|---|---|---|
| committer | Philip Milne <pmilne@google.com> | 2011-08-05 09:15:36 -0700 |
| commit | 892c36b1c1eee25ad46bac6fffdf129219a5e98d (patch) | |
| tree | c5ac8af600b5cf310256b3392cac81c66ca03bab /annotations/generate_annotated_java_files.py | |
| parent | 703fba55df1af9ddc6d7cae41b517cf114f32f73 (diff) | |
Remove the contentEquals() method that was added to java.lang.String.
The public (though hidden) method contentEquals(char[], int, int)
was added to java.lang.String to avoid creating large numbers
of Strings during XML parsing.
That objective is preserved with this change, which uses a private
static method with a similar implementation that goes through the
regular String API.
Change-Id: I808e1ebc4ef6812dd651682628167b4c078af334
Diffstat (limited to 'annotations/generate_annotated_java_files.py')
0 files changed, 0 insertions, 0 deletions
