commit | 3034cc60bd3e18ece43bb7bb9aac60819d8e2a83 | [log] [tgz] |
---|---|---|
author | Handa Wang <handaw@google.com> | Thu Jun 20 10:13:22 2024 +0000 |
committer | Handa Wang <handaw@google.com> | Thu Jun 20 10:55:33 2024 +0000 |
tree | d592dacfa0c857b4924cd4c6c815fe4175286612 | |
parent | fada36681a246d3b1d84ec39a8ca1fac98c656f8 [diff] |
Fix a comment in MdnsAdvertiser.java As suggested in b/344799768, we should use 'UID' instead of 'user'. Bug: 344799768 Change-Id: I1dff7f9f5a0578d2b706dd807b23b07a8103eca1 Test: None
diff --git a/service-t/src/com/android/server/connectivity/mdns/MdnsAdvertiser.java b/service-t/src/com/android/server/connectivity/mdns/MdnsAdvertiser.java index 42efcac..b870477 100644 --- a/service-t/src/com/android/server/connectivity/mdns/MdnsAdvertiser.java +++ b/service-t/src/com/android/server/connectivity/mdns/MdnsAdvertiser.java
@@ -449,7 +449,7 @@ * Get the ID of a conflicting registration due to host, or -1 if none. * * <p>If there's already another registration with the same hostname requested by another - * user, this is a conflict. + * UID, this is a conflict. * * <p>If there're two registrations both containing address records using the same hostname, * this is a conflict.