Closes gh-12450
This commit is contained in:
igor-suhorukov
2018-03-13 00:26:09 +03:00
committed by Stephane Nicoll
parent 0b64ac07c6
commit 93f9bd0a32

View File

@@ -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,