commit | 65642656b7dc9c70c5a9f5d45818db4de90132e8 | [log] [tgz] |
---|---|---|
author | Yuyang Huang <yuyanghuang@google.com> | Thu Jan 09 12:48:09 2025 +0900 |
committer | Yuyang Huang <yuyanghuang@google.com> | Thu Jan 09 12:48:09 2025 +0900 |
tree | 39cb1fae04b6860bd8754132352c9bbda16bf472 | |
parent | 06be37f24dbf911b177bd6fbc4631ccd1aea9a2d [diff] |
Correct OffloadServiceInfo Javadoc Updated the comment in OffloadServiceInfo to accurately reflect that the ServiceType field should not include the ".local" suffix. Test: TH Change-Id: I8158b413dabeacdda2585ea065b2db2d4ca95e8f
diff --git a/framework-t/src/android/net/nsd/OffloadServiceInfo.java b/framework-t/src/android/net/nsd/OffloadServiceInfo.java index e4b2f43..fd824f3 100644 --- a/framework-t/src/android/net/nsd/OffloadServiceInfo.java +++ b/framework-t/src/android/net/nsd/OffloadServiceInfo.java
@@ -282,7 +282,7 @@ } /** - * Get the service type. (e.g. "_http._tcp.local" ) + * Get the service type. (e.g. "_http._tcp" ) */ @NonNull public String getServiceType() {