Polish since version

Closes gh-7412
pull/7639/merge
Stephane Nicoll 8 years ago
parent 367de7bf71
commit 863f97dc11

@ -576,7 +576,7 @@ public class TestRestTemplate {
* @return the converted object * @return the converted object
* @throws RestClientException on client-side HTTP error * @throws RestClientException on client-side HTTP error
* @see HttpEntity * @see HttpEntity
* @since 2.0 * @since 1.4.3
*/ */
<T> T patchForObject(String url, Object request, Class<T> responseType, <T> T patchForObject(String url, Object request, Class<T> responseType,
Object... uriVariables) throws RestClientException { Object... uriVariables) throws RestClientException {
@ -599,7 +599,7 @@ public class TestRestTemplate {
* @return the converted object * @return the converted object
* @throws RestClientException on client-side HTTP error * @throws RestClientException on client-side HTTP error
* @see HttpEntity * @see HttpEntity
* @since 2.0 * @since 1.4.3
*/ */
<T> T patchForObject(String url, Object request, Class<T> responseType, <T> T patchForObject(String url, Object request, Class<T> responseType,
Map<String, ?> uriVariables) throws RestClientException { Map<String, ?> uriVariables) throws RestClientException {
@ -619,7 +619,7 @@ public class TestRestTemplate {
* @return the converted object * @return the converted object
* @throws RestClientException on client-side HTTP error * @throws RestClientException on client-side HTTP error
* @see HttpEntity * @see HttpEntity
* @since 2.0 * @since 1.4.3
*/ */
<T> T patchForObject(URI url, Object request, Class<T> responseType) <T> T patchForObject(URI url, Object request, Class<T> responseType)
throws RestClientException { throws RestClientException {

Loading…
Cancel
Save