Loading core/java/android/widget/MultiAutoCompleteTextView.java +3 −3 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ import android.widget.MultiAutoCompleteTextView.Tokenizer; * can show completion suggestions for the substring of the text where * the user is typing instead of necessarily for the entire thing. * <p> * You must must provide a {@link Tokenizer} to distinguish the * You must provide a {@link Tokenizer} to distinguish the * various substrings. * * <p>The following code snippet shows how to create a text view which suggests Loading Loading
core/java/android/widget/MultiAutoCompleteTextView.java +3 −3 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ import android.widget.MultiAutoCompleteTextView.Tokenizer; * can show completion suggestions for the substring of the text where * the user is typing instead of necessarily for the entire thing. * <p> * You must must provide a {@link Tokenizer} to distinguish the * You must provide a {@link Tokenizer} to distinguish the * various substrings. * * <p>The following code snippet shows how to create a text view which suggests Loading