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

Commit d4f4526c authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Make MeasuredText.sCached field final

Change-Id: Id3be64c48be1bcf55ac1a4b00b76a40861bf2f61
parent 6b34ab3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ class MeasuredText {
    }

    private static final Object[] sLock = new Object[0];
    private static MeasuredText[] sCached = new MeasuredText[3];
    private static final MeasuredText[] sCached = new MeasuredText[3];

    static MeasuredText obtain() {
        MeasuredText mt;