From 73557e337eb556fb628823594cf387bf64ef22f5 Mon Sep 17 00:00:00 2001 From: Emmanuel Bourg Date: Tue, 6 Dec 2022 12:21:29 +0100 Subject: [PATCH] Fixed a typo in AbstractJavadocMojo (#175) --- .../org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java b/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java index 8c2a48ffb..4a9bb04d9 100644 --- a/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java +++ b/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java @@ -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.