mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Remove redundant code.
This commit is contained in:
parent
fb2b0a76e7
commit
94c80bc2c6
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user