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

Commit 28aef549 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN
Browse files

Fix comment on StaticIpConfiguration#getDomains

Add consistency with setDomains().

Test: m
Change-Id: I9ff2de98cec2caf903310d7e8eb7b32362c0e151
parent 59a06a05
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;