OSDN Git Service

Fix style issues in InputMethodInfo.java.
authorYohei Yukawa <yukawa@google.com>
Mon, 8 Feb 2016 21:57:15 +0000 (13:57 -0800)
committerYohei Yukawa <yukawa@google.com>
Tue, 9 Feb 2016 09:10:17 +0000 (01:10 -0800)
This has nothing to do with Bug 26279466 but might be something nice to
fix just as a preparation.

Bug: 26279466
Change-Id: Ie1a8ee2248081a70728c29e52c657b3a0ed919b1

core/java/android/view/inputmethod/InputMethodInfo.java

index 43306d0..281babe 100644 (file)
@@ -38,7 +38,6 @@ import android.util.Printer;
 import android.util.Slog;
 import android.util.Xml;
 import android.view.inputmethod.InputMethodSubtype.InputMethodSubtypeBuilder;
-import android.view.inputmethod.InputMethodSubtypeArray;
 
 import java.io.IOException;
 import java.util.ArrayList;
@@ -122,7 +121,7 @@ public final class InputMethodInfo implements Parcelable {
      * @param context The Context in which we are parsing the input method.
      * @param service The ResolveInfo returned from the package manager about
      * this input method's component.
-     * @param additionalSubtypes additional subtypes being added to this InputMethodInfo
+     * @param additionalSubtypesMap additional subtypes being added to this InputMethodInfo
      * @hide
      */
     public InputMethodInfo(Context context, ResolveInfo service,