Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Mar 20, 2024
1 parent f00ad78 commit 5f20f04
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ public AjaxGridActionsColumn(final IModel<String> displayModel) {

@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")
Expand Down

0 comments on commit 5f20f04

Please sign in to comment.