Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Feb 1, 2025
1 parent 3daca7b commit 20d622c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ protected Iterator<String> getChoices(final String input) {
@Override
public <C> IConverter<C> getConverter(final Class<C> type) {
return AjaxTextFieldPanel.this.getConverter().
map(converter -> (IConverter<C>)converter).
map(converter -> (IConverter<C>) converter).
orElseGet(() -> super.getConverter(type));
}
};
Expand Down

0 comments on commit 20d622c

Please sign in to comment.