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

Commit 2752a149 authored by Seigo Nonaka's avatar Seigo Nonaka Committed by Android (Google) Code Review
Browse files

Merge "Use final in favor of initialization safety." into mnc-dev

parents 2328423d 92adda2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,11 +98,11 @@ public class SpellCheckerSession {
    private final InternalListener mInternalListener;
    private final ITextServicesManager mTextServicesManager;
    private final SpellCheckerInfo mSpellCheckerInfo;
    private final SpellCheckerSessionListener mSpellCheckerSessionListener;
    private final SpellCheckerSessionListenerImpl mSpellCheckerSessionListenerImpl;
    private final SpellCheckerSubtype mSubtype;

    private boolean mIsUsed;
    private SpellCheckerSessionListener mSpellCheckerSessionListener;

    /** Handler that will execute the main tasks */
    private final Handler mHandler = new Handler() {