This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/3_0_X by this push:
     new 66d9ce2b98 Fix checkstyle
66d9ce2b98 is described below

commit 66d9ce2b98ef5e99123bad1d7d89f68563a6dcdb
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 8b9c9562ce..f1026051cf 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
@@ -421,7 +421,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());

Reply via email to