Skip to content

Commit

Permalink
Simplify method
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed May 29, 2023
1 parent 257a7cd commit 27144ad
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -167,10 +167,6 @@ public void executeReport(Locale locale) throws MavenReportException {

@Override
public boolean canGenerateReport() {
return hasReportDirectories() && super.canGenerateReport();
}

private boolean hasReportDirectories() {
if (isSkipped()) {
return false;
}
Expand Down

0 comments on commit 27144ad

Please sign in to comment.