Skip to content

Commit

Permalink
Update RestTemplate Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoyanchev authored and mdeinum committed Jun 29, 2023
1 parent 1348b2a commit c77d599
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -79,14 +79,14 @@
* method API over underlying HTTP client libraries such as the JDK
* {@code HttpURLConnection}, Apache HttpComponents, and others. RestTemplate
* offers templates for common scenarios by HTTP method, in addition to the
* generalized {@code exchange} and {@code execute} methods that support
* generalized {@code exchange} and {@code execute} methods that support of
* less frequent cases.
*
* <p>RestTemplate is typically used as a shared component. However, its
* configuration does not support concurrent modification, and as such its
* configuration is typically prepared on startup. If necessary, you can create
* multiple, differently configured RestTemplate instances on startup. Such
* instances may use the same underlying {@link ClientHttpRequestFactory}
* instances may use the same the underlying {@link ClientHttpRequestFactory}
* if they need to share HTTP client resources.
*
* <p><strong>NOTE:</strong> As of 5.0 this class is in maintenance mode, with
Expand Down

0 comments on commit c77d599

Please sign in to comment.