Make RichInputMethodSubtype non-final for easy mocking
Change-Id: I167bc56b5224eb389ec853aeb539d7fcf79b81e1
This commit is contained in:
parent
93d2ab3857
commit
f04e2ed83a
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ import javax.annotation.Nullable;
|
||||||
*
|
*
|
||||||
* Right now, this returns the extra value of its primary subtype.
|
* 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();
|
private static final String TAG = RichInputMethodSubtype.class.getSimpleName();
|
||||||
|
|
||||||
@Nonnull
|
@Nonnull
|
||||||
|
|
Loading…
Reference in a new issue