Fix checkstyle violation
This commit is contained in:
parent
349987d9be
commit
8c24988faa
|
@ -29,7 +29,7 @@ public interface SecurityContext {
|
|||
/**
|
||||
* Empty security context.
|
||||
*/
|
||||
public static SecurityContext NONE = new SecurityContext() {
|
||||
static SecurityContext NONE = new SecurityContext() {
|
||||
|
||||
@Override
|
||||
public Principal getPrincipal() {
|
||||
|
|
Loading…
Reference in New Issue