Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d084c945 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Fix comment on StaticIpConfiguration#getDomains" am: a1e48f3c...

Merge "Merge "Fix comment on StaticIpConfiguration#getDomains" am: a1e48f3c am: 76de94e7" into qt-dev-plus-aosp
parents 91093927 7d3313b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;