Skip to content

Commit 32e779b

Browse files
Reviewer comments
1 parent ed02398 commit 32e779b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gcloud-java-contrib/gcloud-java-nio/src/test/java/com/google/cloud/storage/contrib/nio/CloudStorageFileSystemProviderTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ public void testNullness() throws IOException, NoSuchMethodException, SecurityEx
628628
tester.setDefault(Path.class, fs.getPath("and/one"));
629629
tester.setDefault(OpenOption.class, CREATE);
630630
tester.setDefault(CopyOption.class, COPY_ATTRIBUTES);
631-
// can't do that, setGCloudOptions accepts a null argument.
631+
// can't do that, setStorageOptions accepts a null argument.
632632
// TODO(jart): Figure out how to re-enable this.
633633
// tester.testAllPublicStaticMethods(CloudStorageFileSystemProvider.class);
634634
tester.testAllPublicInstanceMethods(new CloudStorageFileSystemProvider());
@@ -651,4 +651,4 @@ private static CloudStorageConfiguration permitEmptyPathComponents(boolean value
651651
private static CloudStorageConfiguration usePseudoDirectories(boolean value) {
652652
return CloudStorageConfiguration.builder().usePseudoDirectories(value).build();
653653
}
654-
}
654+
}

0 commit comments

Comments
 (0)