Skip to content

Commit 356d7b5

Browse files
committed
Innocuous change to test state of CI
1 parent 9333db1 commit 356d7b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
* @since 2.4
109109
*/
110110
public class JavadocUtil {
111-
/** The default timeout used when fetching url, i.e. 2000. */
111+
/** The default timeout used when fetching a URL in milliseconds. The default value is 2000. */
112112
public static final int DEFAULT_TIMEOUT = 2000;
113113

114114
/** Error message when VM could not be started using invoker. */
@@ -1500,9 +1500,9 @@ private static boolean isValidClassName(String str) {
15001500
/**
15011501
* Creates a new {@code HttpClient} instance.
15021502
*
1503-
* @param settings The settings to use for setting up the client or {@code null}.
1504-
* @param url The {@code URL} to use for setting up the client or {@code null}.
1505-
* @return A new {@code HttpClient} instance.
1503+
* @param settings the settings to use for setting up the client or {@code null}
1504+
* @param url the {@code URL} to use for setting up the client or {@code null}
1505+
* @return a new {@code HttpClient} instance
15061506
* @see #DEFAULT_TIMEOUT
15071507
* @since 2.8
15081508
*/

0 commit comments

Comments
 (0)