diff options
author | 2013-01-20 23:43:51 -0800 | |
---|---|---|
committer | 2013-01-20 23:43:51 -0800 | |
commit | b094490e5f5ab11c7273ac159ef93087003f882d (patch) | |
tree | 415705fdadace4b1587cda956c8de2aee5ce856c /java/src/com/android/inputmethod/latin/makedict/FormatSpec.java | |
parent | 99b5393422ddaaf02cf6669acb84c7fc4d2644cb (diff) | |
parent | bde94dd96f6dbceeb0a00cb02dfc8064bd6c46fa (diff) | |
download | latinime-b094490e5f5ab11c7273ac159ef93087003f882d.tar.gz latinime-b094490e5f5ab11c7273ac159ef93087003f882d.tar.xz latinime-b094490e5f5ab11c7273ac159ef93087003f882d.zip |
am bde94dd9: Merge "[AD3] Implement the interface to choose a local dictionary"
* commit 'bde94dd96f6dbceeb0a00cb02dfc8064bd6c46fa':
[AD3] Implement the interface to choose a local dictionary
Diffstat (limited to 'java/src/com/android/inputmethod/latin/makedict/FormatSpec.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/makedict/FormatSpec.java | 2 |
1 files changed, 1 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 705f66414..d55fe1c52 100644 --- a/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java +++ b/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java @@ -252,7 +252,7 @@ public final class FormatSpec { /** * Class representing file header. */ - static final class FileHeader { + public static final class FileHeader { public final int mHeaderSize; public final DictionaryOptions mDictionaryOptions; public final FormatOptions mFormatOptions; |