mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-16 15:07:27 +00:00
Javadoc correction
This commit is contained in:
parent
ebd5d87340
commit
def10b4c77
@ -159,8 +159,7 @@ public static HttpClientContext adapt(final HttpContext context) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Casts the given generic {@link HttpContext} as {@link HttpClientContext} or
|
||||
* throws an {@link IllegalStateException} if the given context is not suitable.
|
||||
* Casts the given generic {@link HttpContext} as {@link HttpClientContext}.
|
||||
*
|
||||
* @since 5.4
|
||||
*/
|
||||
@ -177,7 +176,7 @@ public static HttpClientContext cast(final HttpContext context) {
|
||||
|
||||
/**
|
||||
* Casts the given generic {@link HttpContext} as {@link HttpClientContext} or
|
||||
* creates new {@link HttpClientContext} if the given context is null..
|
||||
* creates new {@link HttpClientContext} if the given context is null.
|
||||
*
|
||||
* @since 5.4
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user