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

Commit 3d618466 authored by Richard Uhler's avatar Richard Uhler
Browse files

Fix checkstyle error in PackageRollbackInfo.

Test: builds.
Change-Id: I9ecbefbb3261c72a15bdc826af0a90b4fa4fe8ef
parent 34b0c44a
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);