Skip to content

Commit 3838624

Browse files
committed
of
1 parent 40ac53f commit 3838624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ protected static JavaVersion getJavadocVersion(File javadocExe)
530530
* </tr>
531531
* </table>
532532
*
533-
* @param output for 'javadoc -J-version'
533+
* @param output of 'javadoc -J-version'
534534
* @return the version of the javadoc for the output, only digits and dots
535535
* @throws PatternSyntaxException if the output doesn't match the output pattern
536536
* {@code (?s).*?[^a-zA-Z]([0-9]+\\.?[0-9]*)(\\.([0-9]+))?.*}.

0 commit comments

Comments
 (0)