Skip to content

Commit 3ba873c

Browse files
pzygieloslawekjaranowski
authored andcommitted
(doc) Fix spurious Javadoc @param tag
1 parent 80e2646 commit 3ba873c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4670,7 +4670,7 @@ private List<String> getPackageNames( Map<Path, Collection<String>> sourcePaths
46704670
}
46714671

46724672
/**
4673-
* @param allSourcePaths not null, containing absolute and relative paths
4673+
* @param javadocModules not null
46744674
* @return a list of exported package names for files in allSourcePaths
46754675
* @throws MavenReportException if any
46764676
* @see #getFiles

0 commit comments

Comments
 (0)