aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorDan Zivkovic <zivkovic@google.com>2015-03-16 21:49:27 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-03-16 21:49:27 +0000
commitb0e4b90800c708b4a5f1cb5f3611bc2392d7fe7a (patch)
tree8ec1ca961a7d3caec605cbe6eb78952d2afccdde /java/src
parenteb2c2f3f15dedb6082b5ff14a1a9c1e08e198697 (diff)
parent52dafe8c321663338ba458f7ad1a08c0c838f156 (diff)
downloadlatinime-b0e4b90800c708b4a5f1cb5f3611bc2392d7fe7a.tar.gz
latinime-b0e4b90800c708b4a5f1cb5f3611bc2392d7fe7a.tar.xz
latinime-b0e4b90800c708b4a5f1cb5f3611bc2392d7fe7a.zip
am 52dafe8c: Don\'t test format version 403 twice.
* commit '52dafe8c321663338ba458f7ad1a08c0c838f156': Don't test format version 403 twice.
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/latin/makedict/FormatSpec.java3
1 files changed, 1 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 32a746d37..288261bf0 100644
--- a/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
+++ b/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
@@ -180,11 +180,10 @@ public final class FormatSpec {
public static final int VERSION402 = 402;
public static final int VERSION403 = 403;
public static final int VERSION4 = VERSION403;
- public static final int VERSION4_DEV = VERSION403;
public static final int MINIMUM_SUPPORTED_STATIC_VERSION = VERSION202;
public static final int MAXIMUM_SUPPORTED_STATIC_VERSION = VERSION_DELIGHT3;
static final int MINIMUM_SUPPORTED_DYNAMIC_VERSION = VERSION4;
- static final int MAXIMUM_SUPPORTED_DYNAMIC_VERSION = VERSION4_DEV;
+ static final int MAXIMUM_SUPPORTED_DYNAMIC_VERSION = VERSION403;
// TODO: Make this value adaptative to content data, store it in the header, and
// use it in the reading code.