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

Commit 028f9665 authored by Steven Moreland's avatar Steven Moreland Committed by Android (Google) Code Review
Browse files

Merge "Fix Parcel::readTypedList javadoc."

parents be0de5bc 5388eecf
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3666,9 +3666,6 @@ public final class Parcel {
     * previously been written via {@link #writeTypedList} with the same object
     * type.
     *
     * @return A newly created ArrayList containing objects with the same data
     *         as those that were previously written.
     *
     * @see #writeTypedList
     */
    public final <T> void readTypedList(@NonNull List<T> list, @NonNull Parcelable.Creator<T> c) {