Merge "Reword ambiguous documentation in Parcel"

This commit is contained in:
Steven Moreland
2022-08-02 20:13:56 +00:00
committed by Gerrit Code Review

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