Merge "Fix comment on StaticIpConfiguration#getDomains" am: 4aca98b5f5

am: 26174b9b95

Change-Id: I6a2ff0368193aaa988585613d99662a01cf4fa26
This commit is contained in:
Remi NGUYEN VAN
2019-04-10 00:07:05 -07:00
committed by android-build-merger

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;