am 900502f1: Merge "Make RichInputMethodSubtype non-final for easy mocking"
* commit '900502f1ec0cb66bf27ed59ecccbfd1b44ddd635': Make RichInputMethodSubtype non-final for easy mockingmain
commit
248dfe1247
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue