aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/ContactsDictionary.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-05-21 01:09:44 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-05-21 01:09:44 -0700
commit2eb4565ba33d158520eba693abe3bb263853104e (patch)
treec10fa912d753862bc07d2cb5784a6483409f4179 /java/src/com/android/inputmethod/latin/ContactsDictionary.java
parent168147fa11b275d4c21ba0ac909dd499f8252bfe (diff)
parentfc0a0015f8859dc6c218af69f154687fab031fe9 (diff)
downloadlatinime-2eb4565ba33d158520eba693abe3bb263853104e.tar.gz
latinime-2eb4565ba33d158520eba693abe3bb263853104e.tar.xz
latinime-2eb4565ba33d158520eba693abe3bb263853104e.zip
am fc0a0015: Mark UserDictionary and ContactsDictionary as deprecated
* commit 'fc0a0015f8859dc6c218af69f154687fab031fe9': Mark UserDictionary and ContactsDictionary as deprecated
Diffstat (limited to 'java/src/com/android/inputmethod/latin/ContactsDictionary.java')
-rw-r--r--java/src/com/android/inputmethod/latin/ContactsDictionary.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/ContactsDictionary.java b/java/src/com/android/inputmethod/latin/ContactsDictionary.java
index 83bc9046b..2f3395245 100644
--- a/java/src/com/android/inputmethod/latin/ContactsDictionary.java
+++ b/java/src/com/android/inputmethod/latin/ContactsDictionary.java
@@ -28,6 +28,12 @@ import android.util.Log;
import com.android.inputmethod.keyboard.Keyboard;
+// TODO: This class is superseded by {@link ContactsBinaryDictionary}. Should be cleaned up.
+/**
+ * An expandable dictionary that stores the words from Contacts provider.
+ *
+ * @deprecated Use {@link ContactsBinaryDictionary}.
+ */
public class ContactsDictionary extends ExpandableDictionary {
private static final String[] PROJECTION = {