This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 60baa21868 Fix checkstyle
60baa21868 is described below
commit 60baa21868050fba9e01d79489e0ef937b118529
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Nov 15 08:21:18 2024 +0100
Fix checkstyle
---
.../syncope/wa/bootstrap/mapping/AuthModulePropertySourceMapper.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/wa/bootstrap/src/main/java/org/apache/syncope/wa/bootstrap/mapping/AuthModulePropertySourceMapper.java
b/wa/bootstrap/src/main/java/org/apache/syncope/wa/bootstrap/mapping/AuthModulePropertySourceMapper.java
index 8baafec87a..ea11c29284 100644
---
a/wa/bootstrap/src/main/java/org/apache/syncope/wa/bootstrap/mapping/AuthModulePropertySourceMapper.java
+++
b/wa/bootstrap/src/main/java/org/apache/syncope/wa/bootstrap/mapping/AuthModulePropertySourceMapper.java
@@ -416,7 +416,7 @@ public class AuthModulePropertySourceMapper extends
PropertySourceMapper impleme
}
@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());