aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/Dictionary.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/Dictionary.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/Dictionary.java')
-rw-r--r--java/src/com/android/inputmethod/latin/Dictionary.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/Dictionary.java b/java/src/com/android/inputmethod/latin/Dictionary.java
index 1ec678f7f..231e9ab81 100644
--- a/java/src/com/android/inputmethod/latin/Dictionary.java
+++ b/java/src/com/android/inputmethod/latin/Dictionary.java
@@ -33,7 +33,7 @@ public abstract class Dictionary {
/**
* Interface to be implemented by classes requesting words to be fetched from the dictionary.
- * @see #getWords(WordComposer, WordCallback, ProximityInfo)
+ * @see #getWords(WordComposer, CharSequence, WordCallback, ProximityInfo)
*/
public interface WordCallback {
/**