Merge "Fix the name of a class"
This commit is contained in:
commit
36c02f862a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import java.util.ArrayList;
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
|
|
||||||
@SmallTest
|
@SmallTest
|
||||||
public class SpacebarLanguagetUtilsTests extends AndroidTestCase {
|
public class SpacebarLanguageUtilsTests extends AndroidTestCase {
|
||||||
// All input method subtypes of LatinIME.
|
// All input method subtypes of LatinIME.
|
||||||
private final ArrayList<InputMethodSubtype> mSubtypesList = new ArrayList<>();
|
private final ArrayList<InputMethodSubtype> mSubtypesList = new ArrayList<>();
|
||||||
|
|
Loading…
Reference in a new issue