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 d78c171 commit 40ac53fCopy full SHA for 40ac53f
src/main/java/org/apache/maven/plugins/javadoc/JavadocUtil.java
@@ -532,7 +532,7 @@ protected static JavaVersion getJavadocVersion(File javadocExe)
532
*
533
* @param output for '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 with the output pattern
+ * @throws PatternSyntaxException if the output doesn't match the output pattern
536
* {@code (?s).*?[^a-zA-Z]([0-9]+\\.?[0-9]*)(\\.([0-9]+))?.*}.
537
* @throws NullPointerException if the output is null
538
* @throws IllegalArgumentException if the output is empty
0 commit comments