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 2019/10/31 13:55:53 UTC

[syncope] branch 2_1_X updated: Fix checkstyle

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

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new b5a2940  Fix checkstyle
b5a2940 is described below

commit b5a29402e5c66eb03e6b928713d2b8d43eca3c39
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Oct 31 14:54:12 2019 +0100

    Fix checkstyle
---
 .../apache/syncope/client/console/panels/ConnObjectListViewPanel.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/console/src/main/java/org/apache/syncope/client/console/panels/ConnObjectListViewPanel.java b/client/console/src/main/java/org/apache/syncope/client/console/panels/ConnObjectListViewPanel.java
index 32925c4..920ec84 100644
--- a/client/console/src/main/java/org/apache/syncope/client/console/panels/ConnObjectListViewPanel.java
+++ b/client/console/src/main/java/org/apache/syncope/client/console/panels/ConnObjectListViewPanel.java
@@ -176,7 +176,7 @@ public abstract class ConnObjectListViewPanel extends Panel {
                                 }
 
                                 @Override
-                                public void onComponentTag(Component component, ComponentTag tag) {
+                                public void onComponentTag(final Component component, final ComponentTag tag) {
                                     super.onComponentTag(component, tag);
                                     tag.put("class", Constants.ACTIVE_ICON);
                                 }