diff options
author | Neil Fuller <nfuller@google.com> | 2018-07-04 16:41:14 +0100 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2018-07-05 10:23:53 +0100 |
commit | 9c610f7567bc713e802842bd6c541d22941d8cea (patch) | |
tree | 3309241676e7964c745d8f7c4403197c5e1e6f7a /tools/aapt2/java/JavaClassGenerator.cpp | |
parent | 9916d4b3e89b1faf8b658cc3924e0b30cc46958a (diff) |
Remove unusual static method call
The code is using static method Calendar.getInstance() but via a
subclass of Calendar. It works, and getInstance() returns a
GregorianCalendar on Android, but it's odd and was probably unintended.
Noticed during static analysis of SystemUI bytecode.
Bug: 111055375
Test: build / boot
Change-Id: I1762cbeb2cc7882868f84ec11100815671cd29ec
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions