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

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


The following commit(s) were added to refs/heads/3_0_X by this push:
     new 0ec8c9df72 Fix checkstyle
0ec8c9df72 is described below

commit 0ec8c9df726a939c6c0308ce131cc9d2ca0ff66f
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Sat Feb 1 09:10:26 2025 +0100

    Fix checkstyle
---
 .../syncope/client/ui/commons/markup/html/form/AjaxTextFieldPanel.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/client/idrepo/common-ui/src/main/java/org/apache/syncope/client/ui/commons/markup/html/form/AjaxTextFieldPanel.java
 
b/client/idrepo/common-ui/src/main/java/org/apache/syncope/client/ui/commons/markup/html/form/AjaxTextFieldPanel.java
index a1adcbc654..0478abbf16 100644
--- 
a/client/idrepo/common-ui/src/main/java/org/apache/syncope/client/ui/commons/markup/html/form/AjaxTextFieldPanel.java
+++ 
b/client/idrepo/common-ui/src/main/java/org/apache/syncope/client/ui/commons/markup/html/form/AjaxTextFieldPanel.java
@@ -89,7 +89,7 @@ public class AjaxTextFieldPanel extends TextFieldPanel 
implements Cloneable {
             @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));
             }
         };

Reply via email to