Skip to content

Commit

Permalink
fix(jans-auth-server): sonar smell - removed empty constructor
Browse files Browse the repository at this point in the history
Native SSO

#2518
  • Loading branch information
yuriyz committed Oct 27, 2022
1 parent 1402894 commit f0cf65c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
*/
public class TokenExchangeGrant extends AuthorizationGrant {

public TokenExchangeGrant() {
}

public void init(User user, Client client) {
super.init(user, AuthorizationGrantType.TOKEN_EXCHANGE, client, null);
}
Expand Down

0 comments on commit f0cf65c

Please sign in to comment.