Minor Javadoc correction

This commit is contained in:
Arjen Poutsma 2022-09-22 12:26:16 +02:00
parent 84fd942712
commit ef5b64dc00
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ import org.springframework.util.Assert;
* <p>Allows to use a pre-configured {@link HttpClient} instance -
* potentially with authentication, HTTP connection pooling, etc.
*
* <p><b>NOTE:</b> Requires Apache HttpComponents 4.3 or higher, as of Spring 4.0.
* <p><b>NOTE:</b> Requires Apache HttpComponents 5.1 or higher, as of Spring 6.0.
*
* @author Oleg Kalnichevski
* @author Arjen Poutsma