Merge "Fix checkstyle error in PackageRollbackInfo."

This commit is contained in:
TreeHugger Robot
2019-03-12 11:10:22 +00:00
committed by Android (Google) Code Review

View File

@@ -211,7 +211,7 @@ public final class PackageRollbackInfo implements Parcelable {
out.writeBoolean(mIsApex);
}
public static final @android.annotation.NonNull Parcelable.Creator<PackageRollbackInfo> CREATOR =
public static final @NonNull Parcelable.Creator<PackageRollbackInfo> CREATOR =
new Parcelable.Creator<PackageRollbackInfo>() {
public PackageRollbackInfo createFromParcel(Parcel in) {
return new PackageRollbackInfo(in);