Skip to content

Commit

Permalink
Update UnZipStep.java
Browse files Browse the repository at this point in the history
Fixed missing } from resolving conflict
  • Loading branch information
madbrenner committed Feb 12, 2018
1 parent 9b967ee commit 8dc25e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ public boolean isQuiet() {
@DataBoundSetter
public void setQuiet(boolean quiet) {
this.quiet = quiet;
}

@Override
public StepExecution start(StepContext context) throws Exception {
Expand Down

0 comments on commit 8dc25e3

Please sign in to comment.