File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
org.springframework.web/src/main/java/org/springframework/http/client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020import java .io .InputStream ;
2121import java .net .HttpURLConnection ;
2222
23- import org .springframework .util .StringUtils ;
2423import org .springframework .http .HttpHeaders ;
2524import org .springframework .http .HttpStatus ;
25+ import org .springframework .util .StringUtils ;
2626
2727/**
2828 * {@link ClientHttpResponse} implementation that uses standard J2SE facilities.
@@ -38,7 +38,7 @@ final class SimpleClientHttpResponse implements ClientHttpResponse {
3838 private HttpHeaders headers ;
3939
4040
41- public SimpleClientHttpResponse (HttpURLConnection connection ) {
41+ SimpleClientHttpResponse (HttpURLConnection connection ) {
4242 this .connection = connection ;
4343 }
4444
You can’t perform that action at this time.
0 commit comments