Skip to content

Commit 94c80bc

Browse files
1993heqiangjzheaux
authored andcommitted
Remove redundant code.
1 parent fb2b0a7 commit 94c80bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/java/org/springframework/security/web/access/ExceptionTranslationFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public class ExceptionTranslationFilter extends GenericFilterBean implements Mes
9494

9595
private ThrowableAnalyzer throwableAnalyzer = new DefaultThrowableAnalyzer();
9696

97-
private RequestCache requestCache = new HttpSessionRequestCache();
97+
private final RequestCache requestCache;
9898

9999
protected MessageSourceAccessor messages = SpringSecurityMessageSource.getAccessor();
100100

0 commit comments

Comments
 (0)