Skip to content
Commit 04701fe9 authored by Jiyong Park's avatar Jiyong Park
Browse files

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
parent 061d68a4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment