From a3fb40d5f492825bb86769f541620baca5616e05 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Tue, 12 Aug 2014 15:06:50 -0700 Subject: Add 560dpi, and some other stuff. Like new settings actions for some of the new settings panels. And fix voice interaction services so they require a recognizer. And tweak array map doc to be correct. Blah blah blah. Change-Id: Ib5e66b574b10e7b3fa39723b21046a74e6ead204 --- core/java/android/util/ArrayMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java/android/util/ArrayMap.java') diff --git a/core/java/android/util/ArrayMap.java b/core/java/android/util/ArrayMap.java index 9a0b7fc644fb..3bdd58ab3eb2 100644 --- a/core/java/android/util/ArrayMap.java +++ b/core/java/android/util/ArrayMap.java @@ -410,7 +410,7 @@ public final class ArrayMap implements Map { /** * Add a new value to the array map. - * @param key The key under which to store the value. Must not be null. If + * @param key The key under which to store the value. If * this key already exists in the array, its value will be replaced. * @param value The value to store for the given key. * @return Returns the old value that was stored for the given key, or null if there -- cgit v1.2.3