mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-23 12:32:13 +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) {
|
if (this.authentication != null) {
|
||||||
return this.authentication;
|
return this.authentication;
|
||||||
}
|
}
|
||||||
|
|
||||||
SecurityContext context = SecurityContextHolder.getContext();
|
SecurityContext context = SecurityContextHolder.getContext();
|
||||||
return context.getAuthentication();
|
return context.getAuthentication();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user