Merge "Reword ambiguous documentation in Parcel" am: c2bd9f481f
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2171073 Change-Id: I645b073414031d43a90b097fc9454476b77ec0c3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user