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

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

commit 59fd6fb8fb4b8b46e50e59a58c6a4bdd39e2a529
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 1fde3f29e2..62a0ed877e 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 {
 

Reply via email to