Fix checkstyle violation

This commit is contained in:
Phillip Webb
2018-02-20 22:37:37 -08:00
parent 8c24988faa
commit 3076a5523a

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() {