commit | 69f11d0165e041de6e882076e3d1a31470086cca | [log] [tgz] |
---|---|---|
author | Yuyang Huang <yuyanghuang@google.com> | Tue Jan 02 22:00:56 2024 +0900 |
committer | Yuyang Huang <yuyanghuang@google.com> | Tue Jan 02 22:00:56 2024 +0900 |
tree | 35f8a41cf5a10c6864e0666003a995df49ee1577 | |
parent | 9898842bef79ac2909c08fa5a42954ee930251af [diff] |
Remove the redundant @return comment to fix build warning Test: TH Change-Id: Idc661b6a2ca4ca25ea06e30cae87967a37e9c3fc
diff --git a/service-t/src/com/android/server/connectivity/mdns/MdnsRecordRepository.java b/service-t/src/com/android/server/connectivity/mdns/MdnsRecordRepository.java index f9951a9..6b6632c 100644 --- a/service-t/src/com/android/server/connectivity/mdns/MdnsRecordRepository.java +++ b/service-t/src/com/android/server/connectivity/mdns/MdnsRecordRepository.java
@@ -321,7 +321,6 @@ * * @param serviceId An existing service ID. * @param subtypes New subtypes - * @return */ public void updateService(int serviceId, @NonNull Set<String> subtypes) { final ServiceRegistration existingRegistration = mServices.get(serviceId);