diff options
author | 2013-12-15 21:39:31 -0800 | |
---|---|---|
committer | 2013-12-15 21:39:31 -0800 | |
commit | e162d82a24ae51f1d1e566982d95488c5ea970bf (patch) | |
tree | e909b246d797e1e61bc64770ffba2cfa1bbdd537 /java/src/com/android/inputmethod/latin/makedict/FormatSpec.java | |
parent | 8bcfede799a4f1a1acc641667847d544c89bc2ec (diff) | |
parent | b868375763de60d1a1ff6fa21b121cc1b61df842 (diff) | |
download | latinime-e162d82a24ae51f1d1e566982d95488c5ea970bf.tar.gz latinime-e162d82a24ae51f1d1e566982d95488c5ea970bf.tar.xz latinime-e162d82a24ae51f1d1e566982d95488c5ea970bf.zip |
am b8683757: Fix failing tests
* commit 'b868375763de60d1a1ff6fa21b121cc1b61df842':
Fix failing tests
Diffstat (limited to 'java/src/com/android/inputmethod/latin/makedict/FormatSpec.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/makedict/FormatSpec.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java b/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java index f23fe4656..2f6f194aa 100644 --- a/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java +++ b/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java @@ -188,7 +188,6 @@ public final class FormatSpec { // us to change the format during development while having testing devices remove // older files with each upgrade, while still having a readable versioning scheme. public static final int VERSION2 = 2; - public static final int VERSION3 = 3; public static final int VERSION4 = 400; static final int MINIMUM_SUPPORTED_VERSION = VERSION2; static final int MAXIMUM_SUPPORTED_VERSION = VERSION4; |