diff options
author | 2012-06-16 10:34:57 +0900 | |
---|---|---|
committer | 2012-06-16 10:34:57 +0900 | |
commit | 4a5cb5c36a6a385ec0036981a0e93b0253e884b0 (patch) | |
tree | a76e25d527d5f84921faab5411b21e42bc21d5a0 /java/src | |
parent | dca729fddd69f03d8eaca238c62478a7fd77db96 (diff) | |
download | latinime-4a5cb5c36a6a385ec0036981a0e93b0253e884b0.tar.gz latinime-4a5cb5c36a6a385ec0036981a0e93b0253e884b0.tar.xz latinime-4a5cb5c36a6a385ec0036981a0e93b0253e884b0.zip |
Update an outdated comment
Change-Id: I3d02dc8597ed14d998caeaa056813353e2d7ec1a
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 107d9344e..89082e99f 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -999,8 +999,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen } // This will reset the whole input state to the starting state. It will clear - // the composing word, reset the last composed word, tell the inputconnection - // and the composingStateManager about it. + // the composing word, reset the last composed word, tell the inputconnection about it. private void resetEntireInputState() { resetComposingState(true /* alsoResetLastComposedWord */); updateSuggestions(); |