aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2012-06-20 20:18:51 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-06-20 20:18:51 -0700
commit1b71ff00a23ede8d527266a31d44de018f8a7616 (patch)
tree4fcc52f721a65ae2af4b43bff3375818d8691f8f /java
parent83f4a9866ab68ac452a57fa0c91d9fdf7aff8dda (diff)
parent4a5cb5c36a6a385ec0036981a0e93b0253e884b0 (diff)
downloadlatinime-1b71ff00a23ede8d527266a31d44de018f8a7616.tar.gz
latinime-1b71ff00a23ede8d527266a31d44de018f8a7616.tar.xz
latinime-1b71ff00a23ede8d527266a31d44de018f8a7616.zip
Merge "Update an outdated comment"
Diffstat (limited to 'java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java3
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 b8aab4cdf..200fa68dd 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -1002,8 +1002,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();