Commit 3076a552 authored by Phillip Webb's avatar Phillip Webb

Fix checkstyle violation

parent 8c24988f
...@@ -29,7 +29,7 @@ public interface SecurityContext { ...@@ -29,7 +29,7 @@ public interface SecurityContext {
/** /**
* Empty security context. * Empty security context.
*/ */
static SecurityContext NONE = new SecurityContext() { SecurityContext NONE = new SecurityContext() {
@Override @Override
public Principal getPrincipal() { public Principal getPrincipal() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment