diff options
author | 2012-05-25 03:34:45 -0700 | |
---|---|---|
committer | 2012-05-25 03:34:45 -0700 | |
commit | 0dfbde09b2f88488b05bf7c871f7e31f95c5877b (patch) | |
tree | a98362171ff5bad949328b1084d5e14646f0f187 /java/src/com/android/inputmethod/latin/ExpandableDictionary.java | |
parent | 95109fe1be8eb660830a40ea6ba3da5dbdec0391 (diff) | |
parent | 41cf0ced38912c5f4a6d11a88c0deb4ac4d01860 (diff) | |
download | latinime-0dfbde09b2f88488b05bf7c871f7e31f95c5877b.tar.gz latinime-0dfbde09b2f88488b05bf7c871f7e31f95c5877b.tar.xz latinime-0dfbde09b2f88488b05bf7c871f7e31f95c5877b.zip |
am 41cf0ced: am b6c314e4: Merge "Clean up some compiler warnings" into jb-dev
* commit '41cf0ced38912c5f4a6d11a88c0deb4ac4d01860':
Clean up some compiler warnings
Diffstat (limited to 'java/src/com/android/inputmethod/latin/ExpandableDictionary.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/ExpandableDictionary.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/ExpandableDictionary.java b/java/src/com/android/inputmethod/latin/ExpandableDictionary.java index dd9c57e0c..6c457afd2 100644 --- a/java/src/com/android/inputmethod/latin/ExpandableDictionary.java +++ b/java/src/com/android/inputmethod/latin/ExpandableDictionary.java @@ -309,7 +309,8 @@ public class ExpandableDictionary extends Dictionary { * @param word the word to insert, as an array of code points * @param depth the depth of the node in the tree * @param finalFreq the frequency for this word - * @return whether there is still space for more words. {@see Dictionary.WordCallback#addWord}. + * @return whether there is still space for more words. + * @see Dictionary.WordCallback#addWord(char[], int, int, int, int, int) */ private boolean addWordAndShortcutsFromNode(final Node node, final char[] word, final int depth, final int finalFreq, final WordCallback callback) { |