You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This behavior is controlled by org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters. To avoid adding the whitespace we should set it to do not insert.
Spring format adds a white space between
>
and(
:And then checkstyle fails with
The text was updated successfully, but these errors were encountered: