From 81c7e9ad332d08550bfc40a50bf17f1db039dd1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotrek=20=C5=BBygie=C5=82o?= Date: Tue, 9 Jun 2020 14:38:37 +0200 Subject: [PATCH] (doc) Fix referenced parameter --- .../org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java b/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java index 21f4b0a7d..a20d07014 100644 --- a/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java +++ b/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java @@ -2562,7 +2562,7 @@ protected boolean canGenerateReport( Map> files ) * Method to get the excluded source files from the javadoc and create the argument string * that will be included in the javadoc commandline execution. * - * @param sourceFolders the collection of paths to the source files + * @param sourcePaths the collection of paths to the source files * @return a String that contains the exclude argument that will be used by javadoc * @throws MavenReportException */