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 5f20f0492f Fix checkstyle
5f20f0492f is described below
commit 5f20f0492f4f2a4e2f72854116001a0313aedbca
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Mar 20 09:29:28 2024 +0100
Fix checkstyle
---
.../apache/syncope/client/ui/commons/markup/html/form/AjaxGrid.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/client/idrepo/common-ui/src/main/java/org/apache/syncope/client/ui/commons/markup/html/form/AjaxGrid.java
b/client/idrepo/common-ui/src/main/java/org/apache/syncope/client/ui/commons/markup/html/form/AjaxGrid.java
index 167607b4cc..a5de0ce93e 100644
---
a/client/idrepo/common-ui/src/main/java/org/apache/syncope/client/ui/commons/markup/html/form/AjaxGrid.java
+++
b/client/idrepo/common-ui/src/main/java/org/apache/syncope/client/ui/commons/markup/html/form/AjaxGrid.java
@@ -164,7 +164,8 @@ public class AjaxGrid<K, V, S> extends Panel {
@Override
public void populateItem(
- final Item<ICellPopulator<Pair<K, V>>> item, String
componentId,
+ final Item<ICellPopulator<Pair<K, V>>> item,
+ final String componentId,
final IModel<Pair<K, V>> rowModel) {
@SuppressWarnings("unchecked")