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

Commit d30149ee authored by Chet Haase's avatar Chet Haase
Browse files

Add doc to Configuration.setTo() method

Bug: 11187275
Test: doc fix only, no test
Change-Id: I121aa2e986dacbb794a26fdfba84f4f7b34bea86
parent 7d63b2a9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -760,6 +760,11 @@ public final class Configuration implements Parcelable, Comparable<Configuration
        }
    }

    /**
     * Sets the fields in this object to those in the given Configuration.
     *
     * @param o The Configuration object used to set the values of this Configuration's fields.
     */
    public void setTo(Configuration o) {
        fontScale = o.fontScale;
        mcc = o.mcc;