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

Commit 3f89baee authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Refactor string formatting affecting unrelated CL (ag/32102801)." into main

parents 9a08845e 1059d0e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1536,8 +1536,8 @@ public class BlobStoreManagerService extends SystemService {
            blobHandle.assertIsValid();
            Preconditions.checkArgument(
                    ResourceId.isValid(descriptionResId) || description != null,
                    "Description must be valid; descriptionId=" + descriptionResId
                            + ", description=" + description);
                    "Description must be valid; descriptionId=%d, description=%s",
                    descriptionResId,  description);
            Preconditions.checkArgumentNonnegative(leaseExpiryTimeMillis,
                    "leaseExpiryTimeMillis must not be negative");
            Objects.requireNonNull(packageName, "packageName must not be null");