Merge "Make RichInputMethodSubtype non-final for easy mocking"

main
Mohammadinamul Sheik 2015-03-14 03:04:01 +00:00 committed by Android (Google) Code Review
commit 900502f1ec
1 changed files with 2 additions and 1 deletions

View File

@ -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