Skip to content

Commit 3076a55

Browse files
committed
Fix checkstyle violation
1 parent 8c24988 commit 3076a55

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/SecurityContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public interface SecurityContext {
2929
/**
3030
* Empty security context.
3131
*/
32-
static SecurityContext NONE = new SecurityContext() {
32+
SecurityContext NONE = new SecurityContext() {
3333

3434
@Override
3535
public Principal getPrincipal() {

0 commit comments

Comments
 (0)