Remove redundant code.

This commit is contained in:
1993heqiang 2023-07-09 14:29:11 +08:00 committed by Josh Cummings
parent fb2b0a76e7
commit 94c80bc2c6

View File

@ -94,7 +94,7 @@ public class ExceptionTranslationFilter extends GenericFilterBean implements Mes
private ThrowableAnalyzer throwableAnalyzer = new DefaultThrowableAnalyzer();
private RequestCache requestCache = new HttpSessionRequestCache();
private final RequestCache requestCache;
protected MessageSourceAccessor messages = SpringSecurityMessageSource.getAccessor();