diff options
author | 2014-11-02 23:54:20 +0900 | |
---|---|---|
committer | 2014-11-02 23:54:20 +0900 | |
commit | f296e7cdfa3af2f666c182f04ea5c3f10945de40 (patch) | |
tree | 5d344023f85fa402e36d870d20adc38de6ab1858 /java/src/com/android/inputmethod/latin | |
parent | 7ab112ef4acf5a225fbb18f75698868168234297 (diff) | |
download | latinime-f296e7cdfa3af2f666c182f04ea5c3f10945de40.tar.gz latinime-f296e7cdfa3af2f666c182f04ea5c3f10945de40.tar.xz latinime-f296e7cdfa3af2f666c182f04ea5c3f10945de40.zip |
Small comment fixes
Change-Id: Iecb432c414eadf13ee6a57fb21fc02d1c27e777f
Diffstat (limited to 'java/src/com/android/inputmethod/latin')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 3fa127005..cd09bf6c7 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -1489,11 +1489,11 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen } /** - * To be called after the InputLogic has gotten a chance to act on the on-device decoding - * for the full gesture, possibly updating the TextView to reflect the first decoding. + * To be called after the InputLogic has gotten a chance to act on the suggested words by the + * IME for the full gesture, possibly updating the TextView to reflect the first suggestion. * <p> * This method must be run on the UI Thread. - * @param suggestedWords On-device decoding for the full gesture. + * @param suggestedWords suggested words by the IME for the full gesture. */ public void onTailBatchInputResultShown(final SuggestedWords suggestedWords) { mGestureConsumer.onImeSuggestionsProcessed(suggestedWords, |