Polish Javadoc for AbstractClientHttpResponse

This commit is contained in:
Arjen Poutsma 2022-03-23 15:59:58 +01:00
parent 6cc685034e
commit 72e7ae60d4
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import org.springframework.http.HttpStatusCode;
*
* @author Arjen Poutsma
* @since 3.1.1
* @deprecated with no direct replacement
* @deprecated as of 6.0, with no direct replacement
*/
@Deprecated
public abstract class AbstractClientHttpResponse implements ClientHttpResponse {