aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/UserUnigramDictionary.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2012-03-16 01:05:10 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-16 01:05:10 -0700
commitf73efa9077730e0e5aa8c81e792207dca1d616b9 (patch)
tree7e86e5bee70fd8fba39189a2e3c91dd3c1d8ecb8 /java/src/com/android/inputmethod/latin/UserUnigramDictionary.java
parent9945f364061dc0b297da0e13a7e864ac6890bb4c (diff)
parentc68d1bbfafe4b2041db49523c044123f78d6635d (diff)
downloadlatinime-f73efa9077730e0e5aa8c81e792207dca1d616b9.tar.gz
latinime-f73efa9077730e0e5aa8c81e792207dca1d616b9.tar.xz
latinime-f73efa9077730e0e5aa8c81e792207dca1d616b9.zip
Merge "Move the UserUnigramDictionary functionality over"
Diffstat (limited to 'java/src/com/android/inputmethod/latin/UserUnigramDictionary.java')
-rw-r--r--java/src/com/android/inputmethod/latin/UserUnigramDictionary.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/UserUnigramDictionary.java b/java/src/com/android/inputmethod/latin/UserUnigramDictionary.java
index 2fc395c3e..e278b2597 100644
--- a/java/src/com/android/inputmethod/latin/UserUnigramDictionary.java
+++ b/java/src/com/android/inputmethod/latin/UserUnigramDictionary.java
@@ -35,7 +35,7 @@ import java.util.Set;
* based dictionary. It stores words that the user typed to supply a provision
* for suggesting and re-ordering of candidates.
*/
-public class UserUnigramDictionary extends ExpandableDictionary {
+class UserUnigramDictionary extends ExpandableDictionary {
static final boolean ENABLE_USER_UNIGRAM_DICTIONARY = false;
// Weight added to a user picking a new word from the suggestion strip