Skip to content
Snippets Groups Projects
Commit adeef02f authored by Yuyang Huang's avatar Yuyang Huang Committed by Gerrit Code Review
Browse files

Merge "Remove the redundant @return comment to fix build warning" into main

parents 09494673 69f11d01
No related branches found
No related tags found
No related merge requests found
......@@ -321,7 +321,6 @@ public class MdnsRecordRepository {
*
* @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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment