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 3838624 commit fdf3c41Copy full SHA for fdf3c41
src/main/java/org/apache/maven/plugins/javadoc/JavadocUtil.java
@@ -497,8 +497,8 @@ protected static JavaVersion getJavadocVersion(File javadocExe)
497
Pattern.compile("(?s).*?[^a-zA-Z](([0-9]+\\.?[0-9]*)(\\.[0-9]+)?).*");
498
499
/**
500
- * Parse the output for 'javadoc -J-version' and return the javadoc version recognized. <br>
501
- * 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:
502
* <table><caption>Output for 'javadoc -J-version' per JDK</caption>
503
* <tr>
504
* <th>JDK</th>
0 commit comments