@ -18,7 +18,6 @@ package org.springframework.boot.test;
@@ -18,7 +18,6 @@ package org.springframework.boot.test;
import java.io.IOException ;
import java.net.URI ;
import java.nio.charset.Charset ;
import java.util.Arrays ;
import java.util.Collections ;
import java.util.HashSet ;
@ -55,8 +54,6 @@ import org.springframework.web.client.RestTemplate;
@@ -55,8 +54,6 @@ import org.springframework.web.client.RestTemplate;
@Deprecated
public class TestRestTemplate extends RestTemplate {
private static final Charset UTF_8 = Charset . forName ( "UTF-8" ) ;
/ * *
* Create a new { @link TestRestTemplate } instance .
* @param httpClientOptions client options to use if the Apache HTTP Client is used