Merge "Fix comment on StaticIpConfiguration#getDomains"
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user