Remove Extraneous Field

Issue gh-15678
This commit is contained in:
Josh Cummings 2024-12-09 08:00:22 -07:00
parent f613ff2285
commit aa85ebc65f
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
1 changed files with 0 additions and 3 deletions

View File

@ -79,9 +79,6 @@ public class WebSecurityConfiguration implements ImportAware, BeanClassLoaderAwa
private ClassLoader beanClassLoader;
@Autowired(required = false)
private ObjectPostProcessor<Object> objectObjectPostProcessor;
@Autowired(required = false)
private HttpSecurity httpSecurity;