diff options
| -rw-r--r-- | core/java/android/view/inputmethod/InputMethodManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/inputmethod/InputMethodManager.java b/core/java/android/view/inputmethod/InputMethodManager.java index 3afc02c..7edfd7b 100644 --- a/core/java/android/view/inputmethod/InputMethodManager.java +++ b/core/java/android/view/inputmethod/InputMethodManager.java @@ -803,7 +803,7 @@ public final class InputMethodManager { public static final int HIDE_NOT_ALWAYS = 0x0002; /** - * Synonym for {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver) + * Synonym for {@link #hideSoftInputFromWindow(IBinder, int, ResultReceiver)} * without a result: request to hide the soft input window from the * context of the window that is currently accepting input. * |
