elharo commented on code in PR #59: URL: https://github.com/apache/maven-reporting-impl/pull/59#discussion_r1864886265
########## src/main/java/org/apache/maven/reporting/AbstractMavenReport.java: ########## @@ -140,10 +140,10 @@ public abstract class AbstractMavenReport extends AbstractMojo implements MavenM protected File siteDirectory; /** - * The locale to use when the report generation is invoked directly as a standalone Mojo. + * The locale to use when the report generation is invoked directly as a standalone Mojo. * * @see SiteTool#DEFAULT_LOCALE - * @see SiteTool#getSiteLocales(String) + * @see SiteTool#getSiteLocales Review Comment: I think this is a shortcut since there's no overloading here, but I can put it back. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org