mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
Fix checkstyle violation
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ public interface SecurityContext {
|
||||
/**
|
||||
* Empty security context.
|
||||
*/
|
||||
static SecurityContext NONE = new SecurityContext() {
|
||||
SecurityContext NONE = new SecurityContext() {
|
||||
|
||||
@Override
|
||||
public Principal getPrincipal() {
|
||||
|
||||
Reference in New Issue
Block a user