commit | a4c2f9badb21180282596ac9730d4777f65e4b4b | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Tue Sep 05 16:39:14 2023 -0400 |
committer | John Reck <jreck@google.com> | Tue Sep 05 17:42:18 2023 -0400 |
tree | 714ce4c34be9f7e60a51907b23234ecf8c813a9c | |
parent | 9f09ebb33ff74641a0b1e72a7aa6fa5f8e7b1a9c [diff] |
Fix nullability annotation As mentioned on the javadoc, null is a possible return value. Thus, @NonNull -> @Nullable Fixes: 296547113 Test: make Change-Id: I40821adb1ca5b6bb40e9e0b4a1ad7d011272b174