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 76c8b15a2f fix checkstyle
76c8b15a2f is described below
commit 76c8b15a2ff56e80a19f665e5fb8d0fc8a5f116c
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Sep 6 11:48:44 2023 +0200
fix checkstyle
---
.../test/java/org/apache/syncope/wa/starter/WAServiceRegistryTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/wa/starter/src/test/java/org/apache/syncope/wa/starter/WAServiceRegistryTest.java
b/wa/starter/src/test/java/org/apache/syncope/wa/starter/WAServiceRegistryTest.java
index 5c6bbd5d25..a8fd8480b0 100644
---
a/wa/starter/src/test/java/org/apache/syncope/wa/starter/WAServiceRegistryTest.java
+++
b/wa/starter/src/test/java/org/apache/syncope/wa/starter/WAServiceRegistryTest.java
@@ -55,8 +55,8 @@ import org.apereo.cas.services.OidcRegisteredService;
import org.apereo.cas.services.RegisteredService;
import org.apereo.cas.services.RegisteredServiceAccessStrategy;
import org.apereo.cas.services.RegisteredServiceDelegatedAuthenticationPolicy;
-import org.apereo.cas.services.ReturnAllowedAttributeReleasePolicy;
import org.apereo.cas.services.RegisteredServiceLogoutType;
+import org.apereo.cas.services.ReturnAllowedAttributeReleasePolicy;
import org.apereo.cas.services.ServicesManager;
import org.apereo.cas.support.saml.services.SamlRegisteredService;
import org.apereo.cas.util.RandomUtils;