Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19a4ab30 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in SparseLongArray" into sc-dev

parents 76ae4090 5400b371
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;