Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapster committed Mar 25, 2024
1 parent 7c52c1f commit 129c197
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class DataTableHandler extends ComponentHandler {

private static final MetaRule DRAGGABLE_ROWS_FUNCTION = new MethodRule(DataTable.PropertyKeys.draggableRowsFunction.name(),
null,
new Class[]{ PrimeUIData.class});
new Class[]{PrimeUIData.class});
private static final MetaRule GLOBAL_FILTER_FUNCTION = new MethodRule(DataTable.PropertyKeys.globalFilterFunction.name(),
Boolean.class,
new Class[]{Object.class, Object.class, Locale.class});
Expand Down

0 comments on commit 129c197

Please sign in to comment.