You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by mm...@apache.org on 2020/02/06 08:46:14 UTC

[syncope] branch SYNCOPE-1506 created (now 3ee51df)

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

mmoayyed pushed a change to branch SYNCOPE-1506
in repository https://gitbox.apache.org/repos/asf/syncope.git.


      at 3ee51df  fix checkstyle

This branch includes the following new commits:

     new 3ee51df  fix checkstyle

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[syncope] 01/01: fix checkstyle

Posted by mm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mmoayyed pushed a commit to branch SYNCOPE-1506
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 3ee51df816c930df98a64ec86995d5bba5d8c1b4
Author: Misagh Moayyed <mm...@gmail.com>
AuthorDate: Thu Feb 6 12:45:55 2020 +0400

    fix checkstyle
---
 .../org/apache/syncope/client/console/panels/UserDirectoryPanel.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/client/console/src/main/java/org/apache/syncope/client/console/panels/UserDirectoryPanel.java b/client/console/src/main/java/org/apache/syncope/client/console/panels/UserDirectoryPanel.java
index 290fbcb..5d3bc79b 100644
--- a/client/console/src/main/java/org/apache/syncope/client/console/panels/UserDirectoryPanel.java
+++ b/client/console/src/main/java/org/apache/syncope/client/console/panels/UserDirectoryPanel.java
@@ -357,7 +357,8 @@ public class UserDirectoryPanel extends AnyDirectoryPanel<UserTO, UserRestClient
                         target.add(modal.setContent(builder.build(BaseModal.CONTENT_ID, AjaxWizard.Mode.CREATE)));
                         modal.header(new StringResourceModel("mergeLinkedAccounts.title", model));
                         modal.show(true);
-                    }}, ActionType.MERGE_ACCOUNTS,
+                    }
+                    }, ActionType.MERGE_ACCOUNTS,
                     String.format("%s,%s,%s,%s", StandardEntitlement.USER_READ, StandardEntitlement.USER_UPDATE,
                         StandardEntitlement.USER_DELETE, StandardEntitlement.RESOURCE_GET_CONNOBJECT));
             }