aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/ExpandableDictionary.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2010-11-29 17:57:48 +0900
committerTadashi G. Takaoka <takaoka@google.com>2010-11-29 17:57:48 +0900
commitfa086c90760bc2bedf0b74eacb0fed3bf7ebc2b7 (patch)
tree66077de90c089ee259acf36f27b334bde6d39308 /java/src/com/android/inputmethod/latin/ExpandableDictionary.java
parent27d13713bbb291d25a910f97d88a81fdbabddc0e (diff)
downloadlatinime-fa086c90760bc2bedf0b74eacb0fed3bf7ebc2b7.tar.gz
latinime-fa086c90760bc2bedf0b74eacb0fed3bf7ebc2b7.tar.xz
latinime-fa086c90760bc2bedf0b74eacb0fed3bf7ebc2b7.zip
Cleanup unused Java import
This change also fixes wrong file mode. Change-Id: Ifcf4c9444ddcdc62d2e4b394891d6eee135c1e8f
Diffstat (limited to 'java/src/com/android/inputmethod/latin/ExpandableDictionary.java')
-rw-r--r--java/src/com/android/inputmethod/latin/ExpandableDictionary.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/ExpandableDictionary.java b/java/src/com/android/inputmethod/latin/ExpandableDictionary.java
index e954c0818..2a7767ddd 100644
--- a/java/src/com/android/inputmethod/latin/ExpandableDictionary.java
+++ b/java/src/com/android/inputmethod/latin/ExpandableDictionary.java
@@ -16,11 +16,11 @@
package com.android.inputmethod.latin;
-import java.util.LinkedList;
-
import android.content.Context;
import android.os.AsyncTask;
+import java.util.LinkedList;
+
/**
* Base class for an in-memory dictionary that can grow dynamically and can
* be searched for suggestions and valid words.