Skip to content

Commit 863f97d

Browse files
committed
Polish since version
Closes gh-7412
1 parent 367de7b commit 863f97d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-test/src/main/java/org/springframework/boot/test/web/client/TestRestTemplate.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ public void put(URI url, Object request) throws RestClientException {
576576
* @return the converted object
577577
* @throws RestClientException on client-side HTTP error
578578
* @see HttpEntity
579-
* @since 2.0
579+
* @since 1.4.3
580580
*/
581581
<T> T patchForObject(String url, Object request, Class<T> responseType,
582582
Object... uriVariables) throws RestClientException {
@@ -599,7 +599,7 @@ <T> T patchForObject(String url, Object request, Class<T> responseType,
599599
* @return the converted object
600600
* @throws RestClientException on client-side HTTP error
601601
* @see HttpEntity
602-
* @since 2.0
602+
* @since 1.4.3
603603
*/
604604
<T> T patchForObject(String url, Object request, Class<T> responseType,
605605
Map<String, ?> uriVariables) throws RestClientException {
@@ -619,7 +619,7 @@ <T> T patchForObject(String url, Object request, Class<T> responseType,
619619
* @return the converted object
620620
* @throws RestClientException on client-side HTTP error
621621
* @see HttpEntity
622-
* @since 2.0
622+
* @since 1.4.3
623623
*/
624624
<T> T patchForObject(URI url, Object request, Class<T> responseType)
625625
throws RestClientException {

0 commit comments

Comments
 (0)