Merge "Fix typo in Parcel javadoc." am: ed0e6009df am: d29e275b5b

am: 4d4b9a2ac6

Change-Id: Ief5a7469fbf2161d116dc210f3aa007bb4d69455
This commit is contained in:
Bin Chen
2017-07-11 11:23:55 +00:00
committed by android-build-merger

View File

@@ -131,7 +131,7 @@ import java.util.Set;
* caller of the read function must know what type to expect and pass in the
* appropriate {@link Parcelable.Creator Parcelable.Creator} instead to
* properly construct the new object and read its data. (To more efficient
* write and read a single Parceable object that is not null, you can directly
* write and read a single Parcelable object that is not null, you can directly
* call {@link Parcelable#writeToParcel Parcelable.writeToParcel} and
* {@link Parcelable.Creator#createFromParcel Parcelable.Creator.createFromParcel}
* yourself.)</p>