Merge "Reword ambiguous documentation in Parcel" am: c2bd9f481f am: 231c243d45 am: 4783db4155

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2171073

Change-Id: Id699df673c95cb5868775bd6577a84e4b876d102
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Steven Moreland
2022-08-02 21:26:29 +00:00
committed by Automerger Merge Worker

View File

@@ -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);