commit | b4377fc2724ae6a06ab231d5a7fc9c7a35f57035 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Nov 09 09:20:34 2023 +0000 |
committer | Anton Hansson <hansson@google.com> | Thu Nov 09 09:21:26 2023 +0000 |
tree | 08c1078f08ebb7096ac6a2bd288c5813bb0e8800 | |
parent | 2c1ccb5a9c0ce14863fec5e83e0f516893bdd2c6 [diff] |
Fix nullability annotations on equals methods The equals method in Object takes a Nullable parameter, so all subclasses must do the same. Fixing these issues allows re-enabling the InvalidNullabilityOverride error, fix also catches more severe issues. Bug: 309908788 Test: m checkapi Change-Id: I6b4040aee02b0f2838ba27e2edd35bdcdcbcfc8b