diff options
author | 2013-08-26 00:12:37 -0700 | |
---|---|---|
committer | 2013-08-26 00:12:37 -0700 | |
commit | 69f9cfe2128d5adc12e5c610cae7f081490dbeab (patch) | |
tree | 50533ee5162fe901e3d354614eb05f076cf29410 /java/src/com/android/inputmethod/latin/makedict/DictDecoder.java | |
parent | 7b74bcb16dff2d592cd4a73729b45010f1f4fc17 (diff) | |
parent | 800225e0b19c8a368fe74f6b73b40a01340a0c0f (diff) | |
download | latinime-69f9cfe2128d5adc12e5c610cae7f081490dbeab.tar.gz latinime-69f9cfe2128d5adc12e5c610cae7f081490dbeab.tar.xz latinime-69f9cfe2128d5adc12e5c610cae7f081490dbeab.zip |
am 800225e0: Merge "Rename CharGroup to PtNode."
* commit '800225e0b19c8a368fe74f6b73b40a01340a0c0f':
Rename CharGroup to PtNode.
Diffstat (limited to 'java/src/com/android/inputmethod/latin/makedict/DictDecoder.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/makedict/DictDecoder.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/makedict/DictDecoder.java b/java/src/com/android/inputmethod/latin/makedict/DictDecoder.java index 13a42fabf..5be506999 100644 --- a/java/src/com/android/inputmethod/latin/makedict/DictDecoder.java +++ b/java/src/com/android/inputmethod/latin/makedict/DictDecoder.java @@ -40,9 +40,9 @@ public interface DictDecoder { * Reads PtNode from nodeAddress. * @param ptNodePos the position of PtNode. * @param formatOptions the format options. - * @return CharGroupInfo. + * @return PtNodeInfo. */ - public CharGroupInfo readPtNode(final int ptNodePos, final FormatOptions formatOptions); + public PtNodeInfo readPtNode(final int ptNodePos, final FormatOptions formatOptions); /** * Reads a buffer and returns the memory representation of the dictionary. |