Remove unsed field in 'ResourceHttpRequestHandler'

Signed-off-by: 秦利斌 <68638598+Allan-QLB@users.noreply.github.com>
This commit is contained in:
秦利斌 2025-06-12 19:17:11 +08:00
parent 3a1c2f7064
commit 088453c50c
1 changed files with 0 additions and 3 deletions

View File

@ -53,7 +53,6 @@ import org.springframework.util.PathMatcher;
import org.springframework.util.StringUtils;
import org.springframework.util.StringValueResolver;
import org.springframework.web.HttpRequestHandler;
import org.springframework.web.accept.ContentNegotiationManager;
import org.springframework.web.context.request.ServletWebRequest;
import org.springframework.web.context.support.ServletContextResource;
import org.springframework.web.cors.CorsConfiguration;
@ -123,8 +122,6 @@ public class ResourceHttpRequestHandler extends WebContentGenerator
private @Nullable ResourceRegionHttpMessageConverter resourceRegionHttpMessageConverter;
private @Nullable ContentNegotiationManager contentNegotiationManager;
private final Map<String, MediaType> mediaTypes = new HashMap<>(4);
private @Nullable CorsConfiguration corsConfiguration;