diff options
| author | Dianne Hackborn <hackbod@google.com> | 2014-08-13 01:27:08 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-08-12 23:14:35 +0000 |
| commit | deb434ca08e57dd40eecbd3ca0f66c02e2d3e88c (patch) | |
| tree | 78aa7be866f4a3404094b749446fd5fbc797c012 /core/java/android/util/ArrayMap.java | |
| parent | 48054241eb70b4319f8df6575e838f64d6b2c05a (diff) | |
| parent | a3fb40d5f492825bb86769f541620baca5616e05 (diff) | |
Merge "Add 560dpi, and some other stuff." into lmp-dev
Diffstat (limited to 'core/java/android/util/ArrayMap.java')
| -rw-r--r-- | core/java/android/util/ArrayMap.java | 2 |
1 files changed, 1 insertions, 1 deletions
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<K, V> implements Map<K, V> { /** * Add a new value to the array map. - * @param key The key under which to store the value. <b>Must not be null.</b> 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 |
