aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/ExpandableDictionary.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-05-25 19:04:54 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-05-25 19:04:54 +0900
commit93ebf74bae44728e0d5f7e738ea28376187a876e (patch)
tree40d4d564f55aa620ebd2a677886ed02fc420d8fa /java/src/com/android/inputmethod/latin/ExpandableDictionary.java
parent0c20714403d3548d1500cf8ac30041bedeae23d5 (diff)
downloadlatinime-93ebf74bae44728e0d5f7e738ea28376187a876e.tar.gz
latinime-93ebf74bae44728e0d5f7e738ea28376187a876e.tar.xz
latinime-93ebf74bae44728e0d5f7e738ea28376187a876e.zip
Clean up some compiler warnings
Change-Id: I604da15e65fc3cf807ec4033df4e4cd5ef0196fc
Diffstat (limited to 'java/src/com/android/inputmethod/latin/ExpandableDictionary.java')
-rw-r--r--java/src/com/android/inputmethod/latin/ExpandableDictionary.java3
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) {