diff options
author | 2013-10-16 23:39:46 -0700 | |
---|---|---|
committer | 2013-10-16 23:39:46 -0700 | |
commit | 8ef2da5c1af88efb2c9a8cdec34743a00aa369e6 (patch) | |
tree | 271fa2e6269c166f06b190dddd748b800f034ffc /java/src/com/android/inputmethod/latin/makedict/DictDecoder.java | |
parent | 104ed74b6e0c08a08ffd2e7bfda09c7677b7aeac (diff) | |
parent | ad5b9bcec249c672385c61de2e3231687401e588 (diff) | |
download | latinime-8ef2da5c1af88efb2c9a8cdec34743a00aa369e6.tar.gz latinime-8ef2da5c1af88efb2c9a8cdec34743a00aa369e6.tar.xz latinime-8ef2da5c1af88efb2c9a8cdec34743a00aa369e6.zip |
am ad5b9bce: Add readVer4PtNodeInfo to Ver4DictDecoder.
* commit 'ad5b9bcec249c672385c61de2e3231687401e588':
Add readVer4PtNodeInfo to Ver4DictDecoder.
Diffstat (limited to 'java/src/com/android/inputmethod/latin/makedict/DictDecoder.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/makedict/DictDecoder.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/makedict/DictDecoder.java b/java/src/com/android/inputmethod/latin/makedict/DictDecoder.java index 3dbeee099..b8636eecd 100644 --- a/java/src/com/android/inputmethod/latin/makedict/DictDecoder.java +++ b/java/src/com/android/inputmethod/latin/makedict/DictDecoder.java @@ -43,7 +43,7 @@ public interface DictDecoder { public FileHeader readHeader() throws IOException, UnsupportedFormatException; /** - * Reads PtNode from nodeAddress. + * Reads PtNode from ptNodePos. * @param ptNodePos the position of PtNode. * @param formatOptions the format options. * @return PtNodeInfo. |