commit | cf4d784bff767ccbd49662fe418915e27cf57d9d | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Fri Nov 04 15:23:36 2022 +0000 |
committer | Patrick Rohr <prohr@google.com> | Fri Nov 04 15:23:38 2022 +0000 |
tree | bf969812a420ececfbb6ca1cb3ced9186bdaf45d | |
parent | 8995e5126e136a9096a20dbb21ccf3995c89c719 [diff] |
ethernet: fix nullability annotations Remove a couple of outdated annotations. Both capabilities and IP configuration are guaranteed to be NonNull. There is no need to add a @NonNull annotation as in general, non-nullability is inferred unless marked otherwise. Change-Id: I75a1d8db23e022134cd805e04e108db3e24d016b Test: TH Bug: 257406736