diff options
author | Sergio Giro <sgiro@google.com> | 2016-09-01 18:20:27 +0100 |
---|---|---|
committer | Sergio Giro <sgiro@google.com> | 2016-09-07 16:23:20 +0100 |
commit | 09b2b0ddd40be09a625bd18439bc1131ce27e4b0 (patch) | |
tree | 9fa319a7e6929e6c8817381c15beed784a27694f /annotations/generate_annotated_java_files.py | |
parent | 604a1b3159c9117de76f1ad1b50f8f6dac879b98 (diff) |
java.security.Provider: port to jdk8u60 (second part)
- Add overridings for HashMap operations
Provider is a subclass of HashMap. When operations are on
Strings, they must be processed as part of the
algorithm->implementation mapping of the provider, and
so these methods must be overriden accordingly.
Newly overridden Methods added are:
compute, computeIfAbsent, computeIfPresent, getOrDefault,
merge, putIfAbsent, replace, replaceAll.
- Check that classes and constructors are public when
creating instances of services.
- Cosmetic changes like use of {@code} instead of <code>
Bug: 29631070
Test: make droid docs; vogar ProviderTest
Change-Id: I0238f4a48f31ddc50a3f18c27515023940d9ba02
Diffstat (limited to 'annotations/generate_annotated_java_files.py')
0 files changed, 0 insertions, 0 deletions