aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
diff options
context:
space:
mode:
authorAdrian Velicu <adrianv@google.com>2014-10-31 06:55:19 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-31 06:55:19 +0000
commit93a9b836f94bf52e394b03e6910245cd5212d329 (patch)
treec497da0cd026f3164ad2a686159a0a70f7183199 /java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
parentcc9dd07aa32279a79a7ebc115141a58a21f08edd (diff)
parentaa20342d7ee40fb13483fc2a663493de185a33cd (diff)
downloadlatinime-93a9b836f94bf52e394b03e6910245cd5212d329.tar.gz
latinime-93a9b836f94bf52e394b03e6910245cd5212d329.tar.xz
latinime-93a9b836f94bf52e394b03e6910245cd5212d329.zip
am aa20342d: Merge "Using "blacklist" flag as "possibly offensive""
* commit 'aa20342d7ee40fb13483fc2a663493de185a33cd': Using "blacklist" flag as "possibly offensive"
Diffstat (limited to 'java/src/com/android/inputmethod/latin/makedict/FormatSpec.java')
-rw-r--r--java/src/com/android/inputmethod/latin/makedict/FormatSpec.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java b/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
index 78d79ae50..a45003211 100644
--- a/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
+++ b/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
@@ -171,6 +171,7 @@ public final class FormatSpec {
// ExpandableDictionary.matchesExpectedBinaryDictFormatVersionForThisType().
public static final int VERSION2 = 2;
public static final int VERSION201 = 201;
+ public static final int VERSION202 = 202;
public static final int MINIMUM_SUPPORTED_VERSION_OF_CODE_POINT_TABLE = VERSION201;
// Dictionary version used for testing.
public static final int VERSION4_ONLY_FOR_TESTING = 399;