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

Commit 900502f1 authored by Mohammadinamul Sheik's avatar Mohammadinamul Sheik Committed by Android (Google) Code Review
Browse files

Merge "Make RichInputMethodSubtype non-final for easy mocking"

parents 29500ef4 f04e2ed8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -36,7 +36,8 @@ import javax.annotation.Nullable;
 *
 * Right now, this returns the extra value of its primary subtype.
 */
public final class RichInputMethodSubtype {
// non final for easy mocking.
public class RichInputMethodSubtype {
    private static final String TAG = RichInputMethodSubtype.class.getSimpleName();

    @Nonnull