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

Commit 4783db41 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "Reword ambiguous documentation in Parcel" am: c2bd9f48 am: 231c243d

parents d1ec93b9 231c243d
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);