am 7c8c6d68: Typo in InputMethodManager\'s documentation

* commit '7c8c6d689280ecfbd151a2e0cb40341768470676':
  Typo in InputMethodManager's documentation
This commit is contained in:
Gilles Debunne
2011-01-24 15:01:02 -08:00
committed by Android Git Automerger

View File

@@ -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.
*