Skip to content

Commit

Permalink
Don't call method which is already called by the super class
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed May 30, 2023
1 parent 62717f3 commit 535ae06
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@ protected boolean isGeneratedWhenNoResults() {
*/
@Override
public void executeReport(Locale locale) throws MavenReportException {
if (!hasReportDirectories()) {
return;
}

SurefireReportRenderer r = new SurefireReportRenderer(
getSink(),
getI18N(locale),
Expand Down

0 comments on commit 535ae06

Please sign in to comment.