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

Commit a1e48f3c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix comment on StaticIpConfiguration#getDomains"

parents b0b16605 28aef549
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;