Fixed javadoc errors

This commit is contained in:
Oleg Kalnichevski 2021-10-29 14:55:37 +02:00
parent a8ac78e3b2
commit 000fa7bc10
2 changed files with 0 additions and 2 deletions

View File

@ -198,7 +198,6 @@ public class TlsConfig implements Cloneable {
/**
* Determines the HTTP protocol policy. By default, connections are expected to use TLS ALPN
* extension to negotiate the application protocol to be used by both endpoints.
* </p>
* <p>
* Default: {@link HttpVersionPolicy#NEGOTIATE}
* </p>

View File

@ -173,7 +173,6 @@ public final class DateUtils {
* {@link #PATTERN_RFC1036}, {@link #PATTERN_ASCTIME}).
*
* @param dateValue the instant value to parse
* @param dateFormatters the date/time formats to use
*
* @return the parsed instant or null if input could not be parsed
*