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

Commit fe470d5f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix checkstyle error in PackageRollbackInfo."

parents 10b249f5 3d618466
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);