mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 04:19:03 +00:00
Polish
Closes gh-12450
This commit is contained in:
committed by
Stephane Nicoll
parent
0b64ac07c6
commit
93f9bd0a32
+1
-1
@@ -49,7 +49,7 @@ class CloudFoundrySecurityInterceptor {
|
||||
|
||||
private final String applicationId;
|
||||
|
||||
private static SecurityResponse SUCCESS = SecurityResponse.success();
|
||||
private static final SecurityResponse SUCCESS = SecurityResponse.success();
|
||||
|
||||
CloudFoundrySecurityInterceptor(TokenValidator tokenValidator,
|
||||
CloudFoundrySecurityService cloudFoundrySecurityService,
|
||||
|
||||
Reference in New Issue
Block a user