Fix checkstyle violation

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

View File

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