Skip to content

Commit acebd54

Browse files
authored
Merge pull request #13091 from dakshina99/comments-resolve
Address Comments For Some PRs
2 parents bdefb98 + 4fbbe62 commit acebd54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/apimgt/org.wso2.carbon.apimgt.gateway/src/main/java/org/wso2/carbon/apimgt/gateway/utils/ApiKeyAuthenticatorUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@ public static void validateAPIKeyRestrictions(JWTClaimsSet payload, String clien
351351
public static String getEndUserToken(APIKeyValidationInfoDTO apiKeyValidationInfoDTO,
352352
ExtendedJWTConfigurationDto jwtConfigurationDto, String apiKey,
353353
SignedJWT signedJWT, JWTClaimsSet payload, String tokenIdentifier,
354-
String apiContext, String apiVersion, boolean isGatewayTokenCacheEnabled
355-
) throws APIManagementException, APISecurityException {
354+
String apiContext, String apiVersion, boolean isGatewayTokenCacheEnabled)
355+
throws APIManagementException, APISecurityException {
356356

357357
AbstractAPIMgtGatewayJWTGenerator apiMgtGatewayJWTGenerator = null;
358358
boolean jwtGenerationEnabled = false;

0 commit comments

Comments
 (0)