From fde7efd87710dcc9e8376e3ef6db287e254c65fc Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" Date: Tue, 3 Apr 2012 18:01:04 +0900 Subject: Add private constructor to utility classes Bug: 6129704 Change-Id: I52925ae7bd80683f63efc48649448865a5654f41 --- java/src/com/android/inputmethod/compat/SuggestionsInfoCompatUtils.java | 1 + 1 file changed, 1 insertion(+) (limited to 'java/src/com/android/inputmethod/compat/SuggestionsInfoCompatUtils.java') diff --git a/java/src/com/android/inputmethod/compat/SuggestionsInfoCompatUtils.java b/java/src/com/android/inputmethod/compat/SuggestionsInfoCompatUtils.java index 723ec2862..e5f9db27c 100644 --- a/java/src/com/android/inputmethod/compat/SuggestionsInfoCompatUtils.java +++ b/java/src/com/android/inputmethod/compat/SuggestionsInfoCompatUtils.java @@ -30,6 +30,7 @@ public class SuggestionsInfoCompatUtils { ? OBJ_RESULT_ATTR_HAS_RECOMMENDED_SUGGESTIONS : 0; private SuggestionsInfoCompatUtils() { + // This utility class is not publicly instantiable. } /** -- cgit v1.2.3-83-g751a