Fixed javadoc errors
This commit is contained in:
parent
a8ac78e3b2
commit
000fa7bc10
|
@ -198,7 +198,6 @@ public class TlsConfig implements Cloneable {
|
||||||
/**
|
/**
|
||||||
* Determines the HTTP protocol policy. By default, connections are expected to use TLS ALPN
|
* 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.
|
* extension to negotiate the application protocol to be used by both endpoints.
|
||||||
* </p>
|
|
||||||
* <p>
|
* <p>
|
||||||
* Default: {@link HttpVersionPolicy#NEGOTIATE}
|
* Default: {@link HttpVersionPolicy#NEGOTIATE}
|
||||||
* </p>
|
* </p>
|
||||||
|
|
|
@ -173,7 +173,6 @@ public final class DateUtils {
|
||||||
* {@link #PATTERN_RFC1036}, {@link #PATTERN_ASCTIME}).
|
* {@link #PATTERN_RFC1036}, {@link #PATTERN_ASCTIME}).
|
||||||
*
|
*
|
||||||
* @param dateValue the instant value to parse
|
* @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
|
* @return the parsed instant or null if input could not be parsed
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue