From fd08b4390ec3a2ccd030579903e6a1d523b2e7ed Mon Sep 17 00:00:00 2001 From: Ken Wakasa Date: Sun, 20 May 2012 16:56:29 +0900 Subject: [PATCH] Tiny comment update to reflect what the class does more accurately. Change-Id: I9eab3b5d387a5bf5d9b7fce4c1618170a7f34727 --- .../android/inputmethod/latin/suggestions/SuggestionsView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java b/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java index 26a9415c4..3d593aaa7 100644 --- a/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java +++ b/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java @@ -596,7 +596,7 @@ public class SuggestionsView extends RelativeLayout implements OnClickListener, } /** - * Construct a {@link SuggestionsView} for showing suggested words for completion. + * Construct a {@link SuggestionsView} for showing suggestions to be picked by the user. * @param context * @param attrs */