Skip to content

Commit

Permalink
(doc) Fix referenced parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo authored and michael-o committed Jun 9, 2020
1 parent 7daf2bb commit 09b7e03
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2562,7 +2562,7 @@ protected boolean canGenerateReport( Map<Path, Collection<String>> 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
*/
Expand Down

0 comments on commit 09b7e03

Please sign in to comment.