Skip to content

Commit

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

0 comments on commit 3838624

Please sign in to comment.