Skip to content

Commit fdf3c41

Browse files
committed
on
1 parent 3838624 commit fdf3c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,8 @@ protected static JavaVersion getJavadocVersion(File javadocExe)
497497
Pattern.compile("(?s).*?[^a-zA-Z](([0-9]+\\.?[0-9]*)(\\.[0-9]+)?).*");
498498

499499
/**
500-
* Parse the output for 'javadoc -J-version' and return the javadoc version recognized. <br>
501-
* Here are some output for 'javadoc -J-version' depending the JDK used:
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:
502502
* <table><caption>Output for 'javadoc -J-version' per JDK</caption>
503503
* <tr>
504504
* <th>JDK</th>

0 commit comments

Comments
 (0)