Fix the name of a class
Change-Id: I6a6360c3e606ae331b95df17ecf35942be2b89a9
parent
8adf5e8a70
commit
650770da2c
|
@ -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 New Issue