We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96df545 commit 73557e3Copy full SHA for 73557e3
src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
@@ -3807,7 +3807,7 @@ private String getJavadocExecutable()
3807
// to the javadoc command is ../bin/javadoc.
3808
//
3809
// In Java 9 and above the JRE is no longer in a subdirectory of the
3810
- // JDK, i.e. the JDK and the JDK are merged. In this case the java
+ // JDK, i.e. the JRE and the JDK are merged. In this case the java
3811
// command is installed to my-dir/bin/java along side the javadoc
3812
// command. So the relative path from "java.home" to the javadoc
3813
// command is bin/javadoc.
0 commit comments