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:49:28 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-10-31 06:49:29 +0000
commitaa20342d7ee40fb13483fc2a663493de185a33cd (patch)
tree53060aec9d2367ebba7fb3339c50e8281243a546 /java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
parent0cd1f222fd837179f501651256bc15b42317edd0 (diff)
parent7c87859d4c16c9cf19b095b865d7000ebc3cdaa9 (diff)
downloadlatinime-aa20342d7ee40fb13483fc2a663493de185a33cd.tar.gz
latinime-aa20342d7ee40fb13483fc2a663493de185a33cd.tar.xz
latinime-aa20342d7ee40fb13483fc2a663493de185a33cd.zip
Merge "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;