Skip to content

Commit 704533b

Browse files
committed
Remove unnecessary new lines
1 parent 75d8855 commit 704533b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/OAuth2Constants.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public static class TokenTypes {
4242

4343
public static final String OPAQUE = "Opaque";
4444
public static final String JWT = "jwt";
45-
4645
}
4746

4847
public static final String GROUPS = "groups";

components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/token/handlers/grant/AbstractAuthorizationGrantHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,6 @@ private boolean getRenewWithoutRevokingExistingStatus() {
736736

737737
return Boolean.parseBoolean(IdentityUtil.
738738
getProperty(RENEW_TOKEN_WITHOUT_REVOKING_EXISTING_ENABLE_CONFIG));
739-
740739
}
741740

742741
private String getNewAccessToken(OAuthTokenReqMessageContext tokReqMsgCtx, OauthTokenIssuer oauthTokenIssuer)

0 commit comments

Comments
 (0)