* commit '49afe45d8ea09dd51bbe27f10b0210adf37cdb3f':
  Fix build
This commit is contained in:
Tadashi G. Takaoka 2012-05-24 01:18:44 -07:00 committed by Android Git Automerger
commit 9c23918453

View file

@ -28,7 +28,7 @@ import android.view.inputmethod.InputMethodSubtype;
import java.util.ArrayList;
public class AdditionalSubtype {
private static final InputMethodSubtype EMPTY_SUBTYPE_ARRAY = new InputMethodSubtype[0];
private static final InputMethodSubtype[] EMPTY_SUBTYPE_ARRAY = new InputMethodSubtype[0];
private AdditionalSubtype() {
// This utility class is not publicly instantiable.