File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/org/apache/maven/plugins/javadoc Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 108108 * @since 2.4
109109 */
110110public 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 */
You can’t perform that action at this time.
0 commit comments