Skip to content

Commit 664301c

Browse files
chore: generate libraries at Mon Feb 9 05:58:33 UTC 2026
1 parent 7f07e80 commit 664301c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

google-cloud-storage/src/main/java/com/google/cloud/storage/transfermanager/PathTraversalBlockedException.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ public PathTraversalBlockedException(String objectName, Path targetDirectory) {
2929
super(
3030
String.format(
3131
Locale.US,
32-
"Download of object '%s' was blocked because it would escape the target directory '%s'.",
32+
"Download of object '%s' was blocked because it would escape the target directory"
33+
+ " '%s'.",
3334
objectName,
3435
targetDirectory));
3536
}

0 commit comments

Comments
 (0)