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 5353import org .springframework .util .StringUtils ;
5454import org .springframework .util .StringValueResolver ;
5555import org .springframework .web .HttpRequestHandler ;
56- import org .springframework .web .accept .ContentNegotiationManager ;
5756import org .springframework .web .context .request .ServletWebRequest ;
5857import org .springframework .web .context .support .ServletContextResource ;
5958import org .springframework .web .cors .CorsConfiguration ;
@@ -123,8 +122,6 @@ public class ResourceHttpRequestHandler extends WebContentGenerator
123122
124123 private @ Nullable ResourceRegionHttpMessageConverter resourceRegionHttpMessageConverter ;
125124
126- private @ Nullable ContentNegotiationManager contentNegotiationManager ;
127-
128125 private final Map <String , MediaType > mediaTypes = new HashMap <>(4 );
129126
130127 private @ Nullable CorsConfiguration corsConfiguration ;
You can’t perform that action at this time.
0 commit comments