Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Nov 15, 2024
1 parent 5ea5129 commit 66d9ce2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ public Map<String, Object> map(final AuthModuleTO authModuleTO, final AzureActiv
}

@Override
public Map<String, Object> map(AuthModuleTO authModuleTO, OktaAuthModuleConf conf) {
public Map<String, Object> map(final AuthModuleTO authModuleTO, final OktaAuthModuleConf conf) {
OktaAuthenticationProperties props = new OktaAuthenticationProperties();
props.setName(authModuleTO.getKey());
props.setOrder(authModuleTO.getOrder());
Expand Down

0 comments on commit 66d9ce2

Please sign in to comment.