aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/research/JsonUtils.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-02-13 22:21:01 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-13 22:21:01 -0800
commit65507d5fb1073490d7e389e9a74be8f1b0466914 (patch)
treee410cc914a2973a599ac35c2b47c36eebfc37973 /java/src/com/android/inputmethod/research/JsonUtils.java
parent8cdd284d5908916500c5db52357e647258f4494f (diff)
parent32a7e079e0f66c23405880bc228edcbaa42bd945 (diff)
downloadlatinime-65507d5fb1073490d7e389e9a74be8f1b0466914.tar.gz
latinime-65507d5fb1073490d7e389e9a74be8f1b0466914.tar.xz
latinime-65507d5fb1073490d7e389e9a74be8f1b0466914.zip
am 32a7e079: Merge "Add PunctuationSuggestions class"
* commit '32a7e079e0f66c23405880bc228edcbaa42bd945': Add PunctuationSuggestions class
Diffstat (limited to 'java/src/com/android/inputmethod/research/JsonUtils.java')
-rw-r--r--java/src/com/android/inputmethod/research/JsonUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/research/JsonUtils.java b/java/src/com/android/inputmethod/research/JsonUtils.java
index 2beebdfae..6170b4339 100644
--- a/java/src/com/android/inputmethod/research/JsonUtils.java
+++ b/java/src/com/android/inputmethod/research/JsonUtils.java
@@ -91,7 +91,7 @@ import java.util.Map;
jsonWriter.name("willAutoCorrect")
.value(words.mWillAutoCorrect);
jsonWriter.name("isPunctuationSuggestions")
- .value(words.mIsPunctuationSuggestions);
+ .value(words.isPunctuationSuggestions());
jsonWriter.name("isObsoleteSuggestions").value(words.mIsObsoleteSuggestions);
jsonWriter.name("isPrediction").value(words.mIsPrediction);
jsonWriter.name("suggestedWords");