| commit | a6b41d4e95e8fffa95d31416b5d5d3c5a748ef7b | [log] [tgz] |
|---|---|---|
| author | Tyler Saunders <[email protected]> | Mon Mar 10 12:58:58 2025 +0000 |
| committer | Tyler Saunders <[email protected]> | Mon Mar 10 12:58:58 2025 +0000 |
| tree | 542e0c689ec149c34646d8a7cbd335a627994d88 | |
| parent | 27a0cf037a0d11975b75bb2af1960bbe046ac843 [diff] |
Remove unneccessary safe call for reflection field. * getDeclaredField either returns the field, or throws, so this value cannot ever possibly be null, so the ?. safe access is unneccessary. Bug: b/401976978 Test: presubmits / build Flag: EXEMPT bug_fix Change-Id: I4962a63b10362a0692f5424b230bc770638d987e