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
I upgraded to spring-javaformat 0.44 today and it is causing some checkstyle failures after applying the formatting. It looks like there was a change in the way we deal with org.springframework.lang.Nullable, see #435
I upgraded to spring-javaformat 0.44 today and it is causing some checkstyle failures after applying the formatting. It looks like there was a change in the way we deal with
org.springframework.lang.Nullable
, see #435Now gets transformed to
And then the Checkstyle check fails with
Annotation 'Nullable' should be alone on line.
The text was updated successfully, but these errors were encountered: