Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
echauchot committed Sep 1, 2017
1 parent a47ddd8 commit 43e9faa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,8 @@ public PCollection<String> expand(PBegin input) {

// Helper to create a source specific to the requested compression type.
protected FileBasedSource<String> getSource() {
return CompressedSource.from(new TextSource(getFilepattern(), getEmptyMatchTreatment(), getSeparator()))
return CompressedSource
.from(new TextSource(getFilepattern(), getEmptyMatchTreatment(), getSeparator()))
.withCompression(getCompression());
}

Expand Down

0 comments on commit 43e9faa

Please sign in to comment.