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

Commit 5388eecf authored by Martijn Coenen's avatar Martijn Coenen
Browse files

Fix Parcel::readTypedList javadoc.

It does not have a return value.

Bug: 204035706
Test: N/A
Change-Id: Ia821cbd7ebac9a2d51a1af7c9c27d6450a90f998
parent e3e40885
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3639,9 +3639,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) {