aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-10-27 09:43:22 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-10-27 09:43:22 +0000
commitd5455fea4ad710e4b31890affe8efab948fe586e (patch)
tree7fd02dadc7fd5ec6e36fb39336f636f2024ffad4 /tests/src
parentf6a637109636f39fbcf932bab1709ff247690da8 (diff)
parent7a3de4dca9e03a59bad21e50c3a751e839baab14 (diff)
downloadlatinime-d5455fea4ad710e4b31890affe8efab948fe586e.tar.gz
latinime-d5455fea4ad710e4b31890affe8efab948fe586e.tar.xz
latinime-d5455fea4ad710e4b31890affe8efab948fe586e.zip
Merge "Add null analysis annotation to CollectionUtils"
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java b/tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java
index 3feb60ec7..a5979c3df 100644
--- a/tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java
+++ b/tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java
@@ -51,5 +51,4 @@ public class CollectionUtilsTests extends AndroidTestCase {
assertTrue(CollectionUtils.isNullOrEmpty(Collections.EMPTY_SET));
assertFalse(CollectionUtils.isNullOrEmpty(Collections.singleton("Not empty")));
}
-
}