Skip to content

Commit

Permalink
Fix smell
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Allaigre committed Aug 24, 2017
1 parent 04a79e2 commit ec1861a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public Object exec(List arguments) throws TemplateModelException {

protected abstract Object exec(Stream<Reporter.ReportIssue> stream);

private Object execEmptyArg() throws TemplateModelException {
private Object execEmptyArg() {
return exec(reportIssues.stream());
}

Expand Down

0 comments on commit ec1861a

Please sign in to comment.