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

Commit e318343c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change PreferenceController#getSummary return type."

parents 805ea225 287981fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -72,9 +72,9 @@ public abstract class AbstractPreferenceController {


    /**
     * @return a String for the summary of the preference.
     * @return a {@link CharSequence} for the summary of the preference.
     */
    public String getSummary() {
    public CharSequence getSummary() {
        return null;
    }
}