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 27f6adcf41 Fix checkstyle
27f6adcf41 is described below

commit 27f6adcf41eedbde4fb4551e275f215f56ed58f1
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