commit | d8bf90c47a196d041988f70e8a77b8daff3f11d8 | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Thu Mar 14 10:48:18 2024 -0700 |
committer | Patrick Rohr <prohr@google.com> | Thu Mar 14 11:14:34 2024 -0700 |
tree | 7ecae1174325f5b3bb38bd8b6a7dbb9a1bb2b964 | |
parent | d49669622bd94c409bfdda41e80c75b240d98c7c [diff] |
Fix setInterfaceEnabled method signature - Mark setInterfaceEnabled as public as it is called from EthernetServiceImpl. - Mark EthernetCallback as NonNull. - Remove final qualifiers as they have no meaning to the caller and make the code harder to read (by introducing line breaks). Test: TH Change-Id: I9f030e8c40938e5f1e9ad0a32313828eeea4fdd3