diff options
| author | Adam Bookatz <bookatz@google.com> | 2021-03-17 18:43:19 -0700 |
|---|---|---|
| committer | Adam Bookatz <bookatz@google.com> | 2021-03-17 18:43:19 -0700 |
| commit | 5400b371db0fee8ae16246b105fedf5d1411bb2b (patch) | |
| tree | 1c2bbf26b797bb00d438b10aef1a241aa9969f29 /core/java/android/util/SparseLongArray.java | |
| parent | 1bdbcffaa16dc5e5e1ca2992ca339957ee7a937e (diff) | |
Fix typo in SparseLongArray
Bug: 182845832
Test: N/A
Change-Id: I9178e7962282ab998613f1d1a4df701cc4036dfd
Diffstat (limited to 'core/java/android/util/SparseLongArray.java')
| -rw-r--r-- | core/java/android/util/SparseLongArray.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/util/SparseLongArray.java b/core/java/android/util/SparseLongArray.java index b0916d3d0cca..f2bc0c5a34d6 100644 --- a/core/java/android/util/SparseLongArray.java +++ b/core/java/android/util/SparseLongArray.java @@ -164,7 +164,7 @@ public class SparseLongArray implements Cloneable { } /** - * Returns the number of key-value mappings that this SparseIntArray + * Returns the number of key-value mappings that this SparseLongArray * currently stores. */ public int size() { @@ -246,7 +246,7 @@ public class SparseLongArray implements Cloneable { } /** - * Removes all key-value mappings from this SparseIntArray. + * Removes all key-value mappings from this SparseLongArray. */ public void clear() { mSize = 0; |
