From 2802965888566244d8642ba32775b7b2a3cec655 Mon Sep 17 00:00:00 2001
From: Newton Allen
Date: Thu, 21 Nov 2013 13:27:10 -0800
Subject: Fix javadoc typo in SparseArray.
Change-Id: Ie69b2cf96dae95b6ebe7b7797d3755749aec9f35
(cherry picked from commit ebb47950f21d3c41955a591000dfb1f195e746fe)
---
core/java/android/util/SparseIntArray.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'core/java/android/util/SparseIntArray.java')
diff --git a/core/java/android/util/SparseIntArray.java b/core/java/android/util/SparseIntArray.java
index 0835cb0..4f5ca07 100644
--- a/core/java/android/util/SparseIntArray.java
+++ b/core/java/android/util/SparseIntArray.java
@@ -37,7 +37,7 @@ import com.android.internal.util.ArrayUtils;
* {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
* keyAt(int)
with ascending values of the index will return the
* keys in ascending order, or the values corresponding to the keys in ascending
- * order in the case of valueAt(int).
+ * order in the case of valueAt(int)
.
*/
public class SparseIntArray implements Cloneable {
private int[] mKeys;
--
cgit v1.1