mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-25 09:28:23 +00:00
Polish spring-security-data main code
Manually polish `spring-security-data` following the formatting and checkstyle fixes. Issue gh-8945
This commit is contained in:
parent
da22e97147
commit
48957b42fe
@ -114,7 +114,6 @@ public class SecurityEvaluationContextExtension implements EvaluationContextExte
|
||||
if (this.authentication != null) {
|
||||
return this.authentication;
|
||||
}
|
||||
|
||||
SecurityContext context = SecurityContextHolder.getContext();
|
||||
return context.getAuthentication();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user