aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-10-23 07:54:35 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-23 07:54:35 +0000
commit77e6afd1f243eb05936a00f54f6839ecacddd35c (patch)
treebcd93f81f396556ddaa1a765fa92c2011f9bcf99 /tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java
parent3af7fd0a913d754593c231eb8ba0236b47322f50 (diff)
parentd3a4c5132422b189c8dbb94dbbe84a9b9761b0a8 (diff)
downloadlatinime-77e6afd1f243eb05936a00f54f6839ecacddd35c.tar.gz
latinime-77e6afd1f243eb05936a00f54f6839ecacddd35c.tar.xz
latinime-77e6afd1f243eb05936a00f54f6839ecacddd35c.zip
am d3a4c513: Fix Javadoc and null analysis related warnings
* commit 'd3a4c5132422b189c8dbb94dbbe84a9b9761b0a8': Fix Javadoc and null analysis related warnings
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java')
-rw-r--r--tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java b/tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java
index 8bda6726e..3feb60ec7 100644
--- a/tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java
+++ b/tests/src/com/android/inputmethod/latin/utils/CollectionUtilsTests.java
@@ -29,7 +29,7 @@ import java.util.Collections;
@SmallTest
public class CollectionUtilsTests extends AndroidTestCase {
/**
- * Tests that {@link CollectionUtils#arrayAsList(E[],int,int)} gives the expected
+ * Tests that {@link CollectionUtils#arrayAsList(Object[],int,int)} gives the expected
* results for a few valid inputs.
*/
public void testArrayAsList() {
@@ -42,7 +42,7 @@ public class CollectionUtilsTests extends AndroidTestCase {
}
/**
- * Tests that {@link CollectionUtils#isEmpty(java.util.Collection)} gives the expected
+ * Tests that {@link CollectionUtils#isNullOrEmpty(java.util.Collection)} gives the expected
* results for a few cases.
*/
public void testIsNullOrEmpty() {