Remove unnecessary blank lines

See gh-18089
This commit is contained in:
dreis2211
2019-09-02 09:05:01 +02:00
committed by Stephane Nicoll
parent 9ed6b92ecc
commit b4350a9d96
33 changed files with 0 additions and 34 deletions

View File

@@ -615,7 +615,6 @@ public class TestRestTemplate {
*/
public <T> T patchForObject(URI url, Object request, Class<T> responseType) throws RestClientException {
return this.restTemplate.patchForObject(applyRootUriIfNecessary(url), request, responseType);
}
/**

View File

@@ -54,7 +54,6 @@ class SpringBootTestWebEnvironmentRandomPortTests extends AbstractSpringBootTest
@Bean
RestTemplateBuilder restTemplateBuilder() {
return new RestTemplateBuilder().additionalMessageConverters(new MyConverter());
}
}