Fix comment on StaticIpConfiguration#getDomains

Add consistency with setDomains().

Test: m
Change-Id: I9ff2de98cec2caf903310d7e8eb7b32362c0e151
This commit is contained in:
Remi NGUYEN VAN
2019-04-03 15:54:25 +09:00
parent 04c58fe907
commit 9ed32081bf

View File

@@ -114,8 +114,8 @@ public final class StaticIpConfiguration implements Parcelable {
} }
/** /**
* Get a {@link String} listing in priority order of the comma separated domains to search when * Get a {@link String} containing the comma separated domains to search when resolving host
* resolving host names on the link. * names on this link, in priority order.
*/ */
public @Nullable String getDomains() { public @Nullable String getDomains() {
return domains; return domains;