Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-philippe-martin committed Dec 9, 2016
1 parent 5c6412f commit 3ab73d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ public void testProviderEquals() {
@Test
public void testNewFileSystem() throws IOException {
Map<String,String> env = new HashMap<>();
FileSystem fs = FileSystems.newFileSystem(URI.create("gs://bucket/path/to/file"), env);
FileSystems.newFileSystem(URI.create("gs://bucket/path/to/file"), env);
}

private static CloudStorageConfiguration permitEmptyPathComponents(boolean value) {
Expand Down

0 comments on commit 3ab73d0

Please sign in to comment.