Javadoc correction

This commit is contained in:
Oleg Kalnichevski 2024-06-05 13:05:47 +02:00
parent ebd5d87340
commit def10b4c77
1 changed files with 2 additions and 3 deletions

View File

@ -159,8 +159,7 @@ public class HttpClientContext extends HttpCoreContext {
} }
/** /**
* Casts the given generic {@link HttpContext} as {@link HttpClientContext} or * Casts the given generic {@link HttpContext} as {@link HttpClientContext}.
* throws an {@link IllegalStateException} if the given context is not suitable.
* *
* @since 5.4 * @since 5.4
*/ */
@ -177,7 +176,7 @@ public class HttpClientContext extends HttpCoreContext {
/** /**
* Casts the given generic {@link HttpContext} as {@link HttpClientContext} or * 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 * @since 5.4
*/ */