From 7c8c6d689280ecfbd151a2e0cb40341768470676 Mon Sep 17 00:00:00 2001 From: Gilles Debunne Date: Mon, 24 Jan 2011 14:48:14 -0800 Subject: [PATCH] Typo in InputMethodManager's documentation Change-Id: I711e6d24462e336546b789fac0b9c6f529ebe260 --- core/java/android/view/inputmethod/InputMethodManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/view/inputmethod/InputMethodManager.java b/core/java/android/view/inputmethod/InputMethodManager.java index 3afc02c82283..7edfd7b095e7 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. * -- 2.11.0