You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/10/31 06:22:53 UTC

[syncope] branch master updated: Fix checkstyle

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

commit cb810405055c3481edd6473a3fc04deede50dda6
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sat Oct 31 07:22:31 2020 +0100

    Fix checkstyle
---
 .../org/apache/syncope/client/console/SyncopeWebApplication.java    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/client/idrepo/console/src/main/java/org/apache/syncope/client/console/SyncopeWebApplication.java b/client/idrepo/console/src/main/java/org/apache/syncope/client/console/SyncopeWebApplication.java
index 7c30fc7..549d71f 100644
--- a/client/idrepo/console/src/main/java/org/apache/syncope/client/console/SyncopeWebApplication.java
+++ b/client/idrepo/console/src/main/java/org/apache/syncope/client/console/SyncopeWebApplication.java
@@ -143,7 +143,7 @@ public class SyncopeWebApplication extends WicketBootSecuredWebApplication {
     private PolicyTabProvider policyTabProvider;
 
     private Map<String, Class<? extends BasePage>> pageClasses;
-    
+
     private String defaultAnyLayoutClass;
 
     @SuppressWarnings("unchecked")
@@ -233,7 +233,7 @@ public class SyncopeWebApplication extends WicketBootSecuredWebApplication {
         pageClasses = Collections.unmodifiableMap(pageClasses);
 
         defaultAnyLayoutClass = props.getProperty("default.any.panel.class", AnyPanel.class.getName());
-        
+
         // Application settings
         IBootstrapSettings settings = new BootstrapSettings();
 
@@ -401,7 +401,7 @@ public class SyncopeWebApplication extends WicketBootSecuredWebApplication {
     public String getDefaultAnyLayoutClass() {
         return defaultAnyLayoutClass;
     }
-    
+
     public SyncopeClientFactoryBean newClientFactory() {
         return new SyncopeClientFactoryBean().
                 setAddress(serviceOps.get(NetworkService.Type.CORE).getAddress()).