You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/lesv-patch-1/google-cloud-examples/src/main/java/com/google/cloud/examples/storage/snippets/StorageSnippets.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,6 @@
66
66
importjava.net.URL;
67
67
importjava.nio.ByteBuffer;
68
68
importjava.nio.file.Path;
69
-
importjava.nio.file.Paths;
70
69
importjava.util.HashMap;
71
70
importjava.util.LinkedList;
72
71
importjava.util.List;
@@ -1101,7 +1100,8 @@ public Bucket getRequesterPaysStatus(String bucketName) throws StorageException
1101
1100
// The name of the bucket to retrieve requester-pays status, eg. "my-bucket"
1102
1101
// String bucketName = "my-bucket"
1103
1102
// Retrieve the bucket, throws StorageException on failure
0 commit comments