Skip to content

Commit aa85ebc

Browse files
committed
Remove Extraneous Field
Issue gh-15678
1 parent f613ff2 commit aa85ebc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/configuration/WebSecurityConfiguration.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ public class WebSecurityConfiguration implements ImportAware, BeanClassLoaderAwa
7979

8080
private ClassLoader beanClassLoader;
8181

82-
@Autowired(required = false)
83-
private ObjectPostProcessor<Object> objectObjectPostProcessor;
84-
8582
@Autowired(required = false)
8683
private HttpSecurity httpSecurity;
8784

0 commit comments

Comments
 (0)