diff options
author | 2012-06-08 00:35:05 -0700 | |
---|---|---|
committer | 2012-06-08 00:35:05 -0700 | |
commit | e91f32d8c1175ce2e1d1a67c0518fcea00508b9d (patch) | |
tree | a6cea1a5730d74464a215063636d19f16a86978a /java/src/com/android/inputmethod/latin/ExpandableDictionary.java | |
parent | eed2cf287d08463381bc5aec79f893b980bffbb0 (diff) | |
parent | 7214617622fce8f3fea6620e782c16336260a2a3 (diff) | |
download | latinime-e91f32d8c1175ce2e1d1a67c0518fcea00508b9d.tar.gz latinime-e91f32d8c1175ce2e1d1a67c0518fcea00508b9d.tar.xz latinime-e91f32d8c1175ce2e1d1a67c0518fcea00508b9d.zip |
Merge "Remove a slew of Eclipse warnings."
Diffstat (limited to 'java/src/com/android/inputmethod/latin/ExpandableDictionary.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/ExpandableDictionary.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/ExpandableDictionary.java b/java/src/com/android/inputmethod/latin/ExpandableDictionary.java index 34a92fd30..4a5471c85 100644 --- a/java/src/com/android/inputmethod/latin/ExpandableDictionary.java +++ b/java/src/com/android/inputmethod/latin/ExpandableDictionary.java @@ -514,8 +514,10 @@ public class ExpandableDictionary extends Dictionary { /** * Adds bigrams to the in-memory trie structure that is being used to retrieve any word + * @param word1 the first word of this bigram + * @param word2 the second word of this bigram * @param frequency frequency for this bigram - * @param addFrequency if true, it adds to current frequency, else it overwrites the old value + * @param fcp an instance of ForgettingCurveParams to use for decay policy * @return returns the final bigram frequency */ private int setBigramAndGetFrequency( |