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 fdf3c41 commit f22c7adCopy full SHA for f22c7ad
src/main/java/org/apache/maven/plugins/javadoc/JavadocUtil.java
@@ -499,7 +499,7 @@ protected static JavaVersion getJavadocVersion(File javadocExe)
499
/**
500
* Parse the output of 'javadoc -J-version' and return the javadoc version recognized. <br>
501
* Here are some output for 'javadoc -J-version' depending on the JDK used:
502
- * <table><caption>Output for 'javadoc -J-version' per JDK</caption>
+ * <table><caption>Output of 'javadoc -J-version' per JDK</caption>
503
* <tr>
504
* <th>JDK</th>
505
* <th>Output for 'javadoc -J-version'</th>
0 commit comments