Skip to content

Commit ee0575f

Browse files
authored
Innocuous change to test state of CI (#1239)
1 parent a2351d2 commit ee0575f

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
@@ -109,7 +109,7 @@
109109
* @since 2.4
110110
*/
111111
public class JavadocUtil {
112-
/** The default timeout used when fetching url, i.e. 2000. */
112+
/** The default timeout used when fetching a URL in milliseconds. The default value is 2000. */
113113
public static final int DEFAULT_TIMEOUT = 2000;
114114

115115
/** Error message when VM could not be started using invoker. */
@@ -1512,9 +1512,9 @@ private static boolean isValidClassName(String str) {
15121512
/**
15131513
* Creates a new {@code HttpClient} instance.
15141514
*
1515-
* @param settings The settings to use for setting up the client or {@code null}.
1516-
* @param url The {@code URL} to use for setting up the client or {@code null}.
1517-
* @return A new {@code HttpClient} instance.
1515+
* @param settings the settings to use for setting up the client or {@code null}
1516+
* @param url the {@code URL} to use for setting up the client or {@code null}
1517+
* @return a new {@code HttpClient} instance
15181518
* @see #DEFAULT_TIMEOUT
15191519
* @since 2.8
15201520
*/

0 commit comments

Comments
 (0)