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

Commit d8aad5ac authored by Bin Chen's avatar Bin Chen Committed by android-build-merger
Browse files

Merge "Fix typo in Parcel javadoc." am: ed0e6009 am: d29e275b am: 4d4b9a2a

am: 3f24335a

Change-Id: I565836c25a2e932c75959f99aacd0955a201a668
parents b15513d9 3f24335a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,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>