aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LastComposedWord.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-09-27 03:27:08 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-09-27 03:27:08 -0700
commite7bdd9910141c11701751be32bfed67956a950b6 (patch)
tree946755db07ee5808be32ae16424dee6dac4abdad /java/src/com/android/inputmethod/latin/LastComposedWord.java
parentbeb713ed81599d92f08b521f0a872072f9d9c3e0 (diff)
parenta28a05e971cc242b338331a3b78276fa95188d19 (diff)
downloadlatinime-e7bdd9910141c11701751be32bfed67956a950b6.tar.gz
latinime-e7bdd9910141c11701751be32bfed67956a950b6.tar.xz
latinime-e7bdd9910141c11701751be32bfed67956a950b6.zip
am a28a05e9: Cleanup: Make some classes as final
* commit 'a28a05e971cc242b338331a3b78276fa95188d19': Cleanup: Make some classes as final
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LastComposedWord.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LastComposedWord.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LastComposedWord.java b/java/src/com/android/inputmethod/latin/LastComposedWord.java
index dd73a978c..94cdc9b85 100644
--- a/java/src/com/android/inputmethod/latin/LastComposedWord.java
+++ b/java/src/com/android/inputmethod/latin/LastComposedWord.java
@@ -22,7 +22,7 @@ import android.text.TextUtils;
* This class encapsulates data about a word previously composed, but that has been
* committed already. This is used for resuming suggestion, and cancel auto-correction.
*/
-public class LastComposedWord {
+public final class LastComposedWord {
// COMMIT_TYPE_USER_TYPED_WORD is used when the word committed is the exact typed word, with
// no hinting from the IME. It happens when some external event happens (rotating the device,
// for example) or when auto-correction is off by settings or editor attributes.