Skip to content

Commit

Permalink
with
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Dec 5, 2024
1 parent d78c171 commit 40ac53f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ protected static JavaVersion getJavadocVersion(File javadocExe)
*
* @param output for 'javadoc -J-version'
* @return the version of the javadoc for the output, only digits and dots
* @throws PatternSyntaxException if the output doesn't match with the output pattern
* @throws PatternSyntaxException if the output doesn't match the output pattern
* {@code (?s).*?[^a-zA-Z]([0-9]+\\.?[0-9]*)(\\.([0-9]+))?.*}.
* @throws NullPointerException if the output is null
* @throws IllegalArgumentException if the output is empty
Expand Down

0 comments on commit 40ac53f

Please sign in to comment.