This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 4_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/4_1_X by this push:
new f71b8f645b Fix checkstyle
f71b8f645b is described below
commit f71b8f645b14d1e0eae841b636052ca86affafc8
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Jul 14 14:14:20 2026 +0200
Fix checkstyle
---
.../wa/starter/pac4j/saml/WASAML2ClientKeystoreGeneratorTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/wa/starter/src/test/java/org/apache/syncope/wa/starter/pac4j/saml/WASAML2ClientKeystoreGeneratorTest.java
b/wa/starter/src/test/java/org/apache/syncope/wa/starter/pac4j/saml/WASAML2ClientKeystoreGeneratorTest.java
index d4a547022c..f4f3a02b31 100644
---
a/wa/starter/src/test/java/org/apache/syncope/wa/starter/pac4j/saml/WASAML2ClientKeystoreGeneratorTest.java
+++
b/wa/starter/src/test/java/org/apache/syncope/wa/starter/pac4j/saml/WASAML2ClientKeystoreGeneratorTest.java
@@ -21,9 +21,9 @@ package org.apache.syncope.wa.starter.pac4j.saml;
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
import org.junit.jupiter.api.Test;
-import org.pac4j.saml.metadata.keystore.SAML2KeystoreGenerator;
import org.junit.jupiter.api.condition.DisabledOnOs;
import org.junit.jupiter.api.condition.OS;
+import org.pac4j.saml.metadata.keystore.SAML2KeystoreGenerator;
public class WASAML2ClientKeystoreGeneratorTest extends BaseWASAML2ClientTest {