aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/makedict/DictDecoder.java
diff options
context:
space:
mode:
authorYuichiro Hanada <yhanada@google.com>2013-10-16 23:39:46 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-16 23:39:46 -0700
commit8ef2da5c1af88efb2c9a8cdec34743a00aa369e6 (patch)
tree271fa2e6269c166f06b190dddd748b800f034ffc /java/src/com/android/inputmethod/latin/makedict/DictDecoder.java
parent104ed74b6e0c08a08ffd2e7bfda09c7677b7aeac (diff)
parentad5b9bcec249c672385c61de2e3231687401e588 (diff)
downloadlatinime-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.java2
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.