This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch check
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 356d7b58bfd1c2f8d124f59ac07610fcec9c6dbc
Author: Elliotte Rusty Harold <elh...@ibiblio.org>
AuthorDate: Fri Aug 15 18:02:36 2025 -0400

    Innocuous change to test state of CI
---
 src/main/java/org/apache/maven/plugins/javadoc/JavadocUtil.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/javadoc/JavadocUtil.java 
b/src/main/java/org/apache/maven/plugins/javadoc/JavadocUtil.java
index dd8ccbc6..385ff6f4 100644
--- a/src/main/java/org/apache/maven/plugins/javadoc/JavadocUtil.java
+++ b/src/main/java/org/apache/maven/plugins/javadoc/JavadocUtil.java
@@ -108,7 +108,7 @@ import org.codehaus.plexus.util.cli.Commandline;
  * @since 2.4
  */
 public class JavadocUtil {
-    /** The default timeout used when fetching url, i.e. 2000. */
+    /** The default timeout used when fetching a URL in milliseconds. The 
default value is 2000. */
     public static final int DEFAULT_TIMEOUT = 2000;
 
     /** Error message when VM could not be started using invoker. */
@@ -1500,9 +1500,9 @@ public class JavadocUtil {
     /**
      * Creates a new {@code HttpClient} instance.
      *
-     * @param settings The settings to use for setting up the client or {@code 
null}.
-     * @param url The {@code URL} to use for setting up the client or {@code 
null}.
-     * @return A new {@code HttpClient} instance.
+     * @param settings the settings to use for setting up the client or {@code 
null}
+     * @param url the {@code URL} to use for setting up the client or {@code 
null}
+     * @return a new {@code HttpClient} instance
      * @see #DEFAULT_TIMEOUT
      * @since 2.8
      */

Reply via email to