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 109109 * @since 2.4
110110 */
111111public 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 */
You can’t perform that action at this time.
0 commit comments