Skip to content

Commit 73557e3

Browse files
authored
Fixed a typo in AbstractJavadocMojo (#175)
1 parent 96df545 commit 73557e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -3807,7 +3807,7 @@ private String getJavadocExecutable()
38073807
// to the javadoc command is ../bin/javadoc.
38083808
//
38093809
// 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
3810+
// JDK, i.e. the JRE and the JDK are merged. In this case the java
38113811
// command is installed to my-dir/bin/java along side the javadoc
38123812
// command. So the relative path from "java.home" to the javadoc
38133813
// command is bin/javadoc.

0 commit comments

Comments
 (0)