Merge "Fix comment on StaticIpConfiguration#getDomains"

This commit is contained in:
Treehugger Robot
2019-04-10 06:30:55 +00:00
committed by Gerrit Code Review

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
* resolving host names on the link.
* Get a {@link String} containing the comma separated domains to search when resolving host
* names on this link, in priority order.
*/
public @Nullable String getDomains() {
return domains;