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 05f4ecf280 Fix checkstyle
05f4ecf280 is described below

commit 05f4ecf280094c0d0a2902f958f02d995c57ab7c
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Thu Jan 12 06:56:54 2023 +0100

    Fix checkstyle
---
 .../test/java/org/apache/syncope/fit/console/AbstractConsoleITCase.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fit/core-reference/src/test/java/org/apache/syncope/fit/console/AbstractConsoleITCase.java
 
b/fit/core-reference/src/test/java/org/apache/syncope/fit/console/AbstractConsoleITCase.java
index 1f5828b66d..5944cad6e0 100644
--- 
a/fit/core-reference/src/test/java/org/apache/syncope/fit/console/AbstractConsoleITCase.java
+++ 
b/fit/core-reference/src/test/java/org/apache/syncope/fit/console/AbstractConsoleITCase.java
@@ -30,8 +30,8 @@ import java.util.List;
 import java.util.Locale;
 import java.util.Properties;
 import java.util.Set;
-import org.apache.syncope.client.console.ConsoleProperties;
 import org.apache.syncope.client.console.AMConsoleContext;
+import org.apache.syncope.client.console.ConsoleProperties;
 import org.apache.syncope.client.console.IdMConsoleContext;
 import org.apache.syncope.client.console.SyncopeWebApplication;
 import org.apache.syncope.client.console.commons.IdRepoPolicyTabProvider;

Reply via email to