Commit 8c24988f authored by Phillip Webb's avatar Phillip Webb

Fix checkstyle violation

parent 349987d9
......@@ -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() {
......
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