Skip to content

Commit 40ac53f

Browse files
committed
with
1 parent d78c171 commit 40ac53f

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
@@ -532,7 +532,7 @@ protected static JavaVersion getJavadocVersion(File javadocExe)
532532
*
533533
* @param output for 'javadoc -J-version'
534534
* @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
535+
* @throws PatternSyntaxException if the output doesn't match the output pattern
536536
* {@code (?s).*?[^a-zA-Z]([0-9]+\\.?[0-9]*)(\\.([0-9]+))?.*}.
537537
* @throws NullPointerException if the output is null
538538
* @throws IllegalArgumentException if the output is empty

0 commit comments

Comments
 (0)