diff options
author | Yohei Yukawa <yukawa@google.com> | 2021-03-22 18:26:29 -0700 |
---|---|---|
committer | Yohei Yukawa <yukawa@google.com> | 2021-03-22 18:26:29 -0700 |
commit | 597dbb0714423d1ed39aa45e53176180c0f8847c (patch) | |
tree | 6e94c4deb91ba715a1aee200bd7770ec881dcbad /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | a93335981ed6403c0be5505f45bd0910237dc0ad (diff) |
Remove mis-specified @GuardedBy("mMethodMap")
This is a safe no-op CL that removes mis-specified
@GuardedBy("mMethodMap")
annotations from InputMethodManagerService, which was added while we
were trying to introduce proto-based event logging [1]. Otherwise our
lint would keep false-alarming even if those methods were correctly
used.
Anyway, this CL should have zero impact on generated code since
@GuardedBy annotation is used only for static code analysis.
[1]: Icbfb8c11e882f29eb45dea9d4c23315c48e9d619
5e68eeac86cc0179e25a1719bb5182ea9405ee78
Bug: 154348613
Bug: 177462676
Test: presubmit
Change-Id: I92fb0f9f8957ad0649bfad6196356bb3f9698e04
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions