Skip to content

Commit

Permalink
revert merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalperi committed May 2, 2017
1 parent d8d21cc commit b7305d5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ public boolean matches(Object o) {
private Pipeline buildPipeline(DataflowPipelineOptions options) {
options.setRunner(DataflowRunner.class);
Pipeline p = Pipeline.create(options);
FileSystems.setDefaultConfigInWorkers(options);

// Enable the FileSystems API to know about gs:// URIs in this test.
FileSystems.setDefaultConfigInWorkers(options);

// Enable the FileSystems API to know about gs:// URIs in this test.
FileSystems.setDefaultConfigInWorkers(options);
Expand Down

0 comments on commit b7305d5

Please sign in to comment.