commit | 7c8c6d689280ecfbd151a2e0cb40341768470676 | [log] [tgz] |
---|---|---|
author | Gilles Debunne <debunne@google.com> | Mon Jan 24 14:48:14 2011 -0800 |
committer | Gilles Debunne <debunne@google.com> | Mon Jan 24 14:48:14 2011 -0800 |
tree | baf726a5a490e86c94e2f99738c1ec15cd12739a | |
parent | 88b5953ab2f63ed6f820bb13845cf8fecb2d57e3 [diff] |
Typo in InputMethodManager's documentation Change-Id: I711e6d24462e336546b789fac0b9c6f529ebe260
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 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. *