Skip to content

Commit

Permalink
expose processEntriesAndReportViolations and allow to only process is…
Browse files Browse the repository at this point in the history
…sue entries
  • Loading branch information
soul2zimate authored and rpelisse committed Jan 14, 2019
1 parent a2f7b0e commit 1c01180
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public BugClerk(AphroditeClient aphrodite, BugclerkConfiguration configuration)
this.configuration = configuration;
}

protected Collection<Candidate> processEntriesAndReportViolations(List<Candidate> candidates) {
public Collection<Candidate> processEntriesAndReportViolations(List<Candidate> candidates) {
return processEntriesAndReportViolations(candidates, configuration.getChecknames());
}

Expand Down

0 comments on commit 1c01180

Please sign in to comment.