We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ac53f commit 3838624Copy full SHA for 3838624
src/main/java/org/apache/maven/plugins/javadoc/JavadocUtil.java
@@ -530,7 +530,7 @@ protected static JavaVersion getJavadocVersion(File javadocExe)
530
* </tr>
531
* </table>
532
*
533
- * @param output for 'javadoc -J-version'
+ * @param output of 'javadoc -J-version'
534
* @return the version of the javadoc for the output, only digits and dots
535
* @throws PatternSyntaxException if the output doesn't match the output pattern
536
* {@code (?s).*?[^a-zA-Z]([0-9]+\\.?[0-9]*)(\\.([0-9]+))?.*}.
0 commit comments