Fix checkstyle violation

This commit is contained in:
Phillip Webb 2018-02-20 22:02:02 -08:00
parent 349987d9be
commit 8c24988faa
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public interface SecurityContext {
/** /**
* Empty security context. * Empty security context.
*/ */
public static SecurityContext NONE = new SecurityContext() { static SecurityContext NONE = new SecurityContext() {
@Override @Override
public Principal getPrincipal() { public Principal getPrincipal() {