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

Commit c63f3f25 authored by danielzhang130's avatar danielzhang130 Committed by Daniel Zhang
Browse files

Reword ambiguous documentation in Parcel



- original documentation for Parcel.unmarshall could be understood
  both ways: Parcel written with bytes of data, data written with
  bytes of Parcel

Test: Not applicable
Signed-off-by: default avatardanielzhang130 <danielzhang130@gmail.com>
Change-Id: I9afd3ae66ca03f391b272ac0524593395ffe53fa
parent 3614185d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -767,7 +767,7 @@ public final class Parcel {
    }

    /**
     * Set the bytes in data to be the raw bytes of this Parcel.
     * Fills the raw bytes of this Parcel with the supplied data.
     */
    public final void unmarshall(@NonNull byte[] data, int offset, int length) {
        nativeUnmarshall(mNativePtr, data, offset, length);