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:23 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-31 06:55:23 +0000
commitdca729bd21b3f1223df179e3b16fc9c1bba1acd4 (patch)
tree1e6e08497e7b05d3ed183a3da267b94ecfaecfd4 /java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
parentb524aa768cbf4e99cec705861df20dee4799ef4d (diff)
parent61d43e5c941e7a76d614ffbe756137c02a34cdc1 (diff)
downloadlatinime-dca729bd21b3f1223df179e3b16fc9c1bba1acd4.tar.gz
latinime-dca729bd21b3f1223df179e3b16fc9c1bba1acd4.tar.xz
latinime-dca729bd21b3f1223df179e3b16fc9c1bba1acd4.zip
am 61d43e5c: Merge "Update unit tests for new static dict version."
* commit '61d43e5c941e7a76d614ffbe756137c02a34cdc1': Update unit tests for new static dict version.
Diffstat (limited to 'java/src/com/android/inputmethod/latin/makedict/FormatSpec.java')
-rw-r--r--java/src/com/android/inputmethod/latin/makedict/FormatSpec.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java b/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
index a45003211..5925bdc4e 100644
--- a/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
+++ b/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
@@ -178,8 +178,10 @@ public final class FormatSpec {
public static final int VERSION401 = 401;
public static final int VERSION4 = 402;
public static final int VERSION4_DEV = 403;
- static final int MINIMUM_SUPPORTED_VERSION = VERSION2;
- static final int MAXIMUM_SUPPORTED_VERSION = VERSION4_DEV;
+ static final int MINIMUM_SUPPORTED_STATIC_VERSION = VERSION202;
+ static final int MAXIMUM_SUPPORTED_STATIC_VERSION = VERSION202;
+ static final int MINIMUM_SUPPORTED_DYNAMIC_VERSION = VERSION4;
+ static final int MAXIMUM_SUPPORTED_DYNAMIC_VERSION = VERSION4_DEV;
// TODO: Make this value adaptative to content data, store it in the header, and
// use it in the reading code.