File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
spring-webmvc/src/main/java/org/springframework/web/servlet/resource Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 53
53
import org .springframework .util .StringUtils ;
54
54
import org .springframework .util .StringValueResolver ;
55
55
import org .springframework .web .HttpRequestHandler ;
56
- import org .springframework .web .accept .ContentNegotiationManager ;
57
56
import org .springframework .web .context .request .ServletWebRequest ;
58
57
import org .springframework .web .context .support .ServletContextResource ;
59
58
import org .springframework .web .cors .CorsConfiguration ;
@@ -123,8 +122,6 @@ public class ResourceHttpRequestHandler extends WebContentGenerator
123
122
124
123
private @ Nullable ResourceRegionHttpMessageConverter resourceRegionHttpMessageConverter ;
125
124
126
- private @ Nullable ContentNegotiationManager contentNegotiationManager ;
127
-
128
125
private final Map <String , MediaType > mediaTypes = new HashMap <>(4 );
129
126
130
127
private @ Nullable CorsConfiguration corsConfiguration ;
You can’t perform that action at this time.
0 commit comments