Skip to content

Commit

Permalink
Reviewer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-philippe-martin committed Aug 24, 2016
1 parent ed02398 commit 32e779b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ public void testNullness() throws IOException, NoSuchMethodException, SecurityEx
tester.setDefault(Path.class, fs.getPath("and/one"));
tester.setDefault(OpenOption.class, CREATE);
tester.setDefault(CopyOption.class, COPY_ATTRIBUTES);
// can't do that, setGCloudOptions accepts a null argument.
// can't do that, setStorageOptions accepts a null argument.
// TODO(jart): Figure out how to re-enable this.
// tester.testAllPublicStaticMethods(CloudStorageFileSystemProvider.class);
tester.testAllPublicInstanceMethods(new CloudStorageFileSystemProvider());
Expand All @@ -651,4 +651,4 @@ private static CloudStorageConfiguration permitEmptyPathComponents(boolean value
private static CloudStorageConfiguration usePseudoDirectories(boolean value) {
return CloudStorageConfiguration.builder().usePseudoDirectories(value).build();
}
}
}

0 comments on commit 32e779b

Please sign in to comment.