aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2013-10-03 15:37:50 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-03 15:37:50 -0700
commit92bba1e3b5d3a81c7f6ef3862b9b7f23a98ab1a5 (patch)
treeca1f7feef4674c70b76bdc1c94243bb47476f26b /java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
parent9442c3f3909f25b8474d14e1d8ace5ac51a291ae (diff)
parent72e6932d90473378e6851500d91dd645fef3c4dd (diff)
downloadlatinime-92bba1e3b5d3a81c7f6ef3862b9b7f23a98ab1a5.tar.gz
latinime-92bba1e3b5d3a81c7f6ef3862b9b7f23a98ab1a5.tar.xz
latinime-92bba1e3b5d3a81c7f6ef3862b9b7f23a98ab1a5.zip
am 72e6932d: am f2800fc6: am 1cf4789b: Merge "Set header attributes for ExpandableBinaryDictionary."
* commit '72e6932d90473378e6851500d91dd645fef3c4dd': Set header attributes for ExpandableBinaryDictionary.
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, 3 insertions, 3 deletions
diff --git a/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java b/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
index 849bff050..2765222af 100644
--- a/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
+++ b/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
@@ -331,9 +331,9 @@ public final class FormatSpec {
public static final String USES_FORGETTING_CURVE_ATTRIBUTE = "USES_FORGETTING_CURVE";
public static final String ATTRIBUTE_VALUE_TRUE = "1";
- private static final String DICTIONARY_VERSION_ATTRIBUTE = "version";
- private static final String DICTIONARY_LOCALE_ATTRIBUTE = "locale";
- private static final String DICTIONARY_ID_ATTRIBUTE = "dictionary";
+ public static final String DICTIONARY_VERSION_ATTRIBUTE = "version";
+ public static final String DICTIONARY_LOCALE_ATTRIBUTE = "locale";
+ public static final String DICTIONARY_ID_ATTRIBUTE = "dictionary";
private static final String DICTIONARY_DESCRIPTION_ATTRIBUTE = "description";
public FileHeader(final int headerSize, final DictionaryOptions dictionaryOptions,
final FormatOptions formatOptions) {