Skip to content

Commit

Permalink
Fixed a typo in AbstractJavadocMojo (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebourg committed Dec 6, 2022
1 parent 96df545 commit 73557e3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3807,7 +3807,7 @@ private String getJavadocExecutable()
// to the javadoc command is ../bin/javadoc.
//
// In Java 9 and above the JRE is no longer in a subdirectory of the
// 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
// command is installed to my-dir/bin/java along side the javadoc
// command. So the relative path from "java.home" to the javadoc
// command is bin/javadoc.
Expand Down

0 comments on commit 73557e3

Please sign in to comment.