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

Commit 18a3cc00 authored by Alex Mitra's avatar Alex Mitra
Browse files

Fix erroroneous return type in javadoc for setFontVariationSettings

Bug: 281821517
Change-Id: I767763f8626eca972f3ba6519be060f435bc6164
parent 7831be92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -770,7 +770,7 @@ public final class TextAppearanceInfo implements Parcelable {
        }

        /**
         * Set the font variation settings. Returns null if no variation is specified.
         * Set the font variation settings. Set {@code null} if no variation is specified.
         *
         * @see Paint#getFontVariationSettings()
         */