Skip to content

Commit

Permalink
on
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Dec 5, 2024
1 parent 3838624 commit fdf3c41
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,8 @@ protected static JavaVersion getJavadocVersion(File javadocExe)
Pattern.compile("(?s).*?[^a-zA-Z](([0-9]+\\.?[0-9]*)(\\.[0-9]+)?).*");

/**
* Parse the output for 'javadoc -J-version' and return the javadoc version recognized. <br>
* Here are some output for 'javadoc -J-version' depending the JDK used:
* Parse the output of 'javadoc -J-version' and return the javadoc version recognized. <br>
* Here are some output for 'javadoc -J-version' depending on the JDK used:
* <table><caption>Output for 'javadoc -J-version' per JDK</caption>
* <tr>
* <th>JDK</th>
Expand Down

0 comments on commit fdf3c41

Please sign in to comment.