aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/personalization
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-01-17 12:08:11 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2014-01-17 12:08:11 -0800
commitb4761d866a15ce0e64783014f351f797baf0602d (patch)
treefe133b7b2ac35b23f5be62ef9ad1836177e18c40 /java/src/com/android/inputmethod/latin/personalization
parent4d1e717b783de0bc08d2eaa1f2e6aa6977bc3d12 (diff)
parentb1814c9633cdb8863946e20f083ad2504895155e (diff)
downloadlatinime-b4761d866a15ce0e64783014f351f797baf0602d.tar.gz
latinime-b4761d866a15ce0e64783014f351f797baf0602d.tar.xz
latinime-b4761d866a15ce0e64783014f351f797baf0602d.zip
am b1814c96: Merge "Make contacts dict and user dict version 4."
* commit 'b1814c9633cdb8863946e20f083ad2504895155e': Make contacts dict and user dict version 4.
Diffstat (limited to 'java/src/com/android/inputmethod/latin/personalization')
-rw-r--r--java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java b/java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java
index cc57d13dc..4a610e6f9 100644
--- a/java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java
+++ b/java/src/com/android/inputmethod/latin/personalization/DecayingExpandableBinaryDictionaryBase.java
@@ -116,13 +116,6 @@ public abstract class DecayingExpandableBinaryDictionaryBase extends ExpandableB
return false;
}
- @Override
- protected boolean matchesExpectedBinaryDictFormatVersionForThisType(final int formatVersion) {
- // This class is using format 4 because it's used by all version 4 dictionaries.
- // TODO: remove this when all dynamically generated dicts use version 4.
- return formatVersion == REQUIRED_BINARY_DICTIONARY_VERSION;
- }
-
public void addMultipleDictionaryEntriesToDictionary(
final ArrayList<LanguageModelParam> languageModelParams,
final ExpandableBinaryDictionary.AddMultipleDictionaryEntriesCallback callback) {