diff options
author | Jiyong Park <jiyong@google.com> | 2020-01-21 22:20:12 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2020-01-21 22:20:12 +0900 |
commit | 04701fe9f4273df650c2cb8837acca1c75ea82ef (patch) | |
tree | ceeaf6ab48f5b8b94c4b0c726df80f05347e4155 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 061d68a40cb32831b77cf01f9f405bbd661ab0a5 (diff) |
Remove annotations from MmTelFeature.MmTelCapabilities.toString
Object.toString() is a public API. Marking a method overriding it as
@SystemApi or @TestApi doesn't make the method a system API or a test
API. In fact, it breaks CtsSystemApiAnnotationTestCases which ensures
that a Java symbol with @SystemApi annotation is in the API signature
text.
Removing the unnecessary annotation to fix the test. Note that the API
signature file is not changed with this.
Bug: 147812912
Test: atest CtsSystemApiAnnotationTestCases
Change-Id: I47c07f072f5cffc64a8867f27889745065f73fd1
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions