Fix checkstyle violation
This commit is contained in:
@@ -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