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
Copy file name to clipboardExpand all lines: spring-javaformat/spring-javaformat-checkstyle/src/main/resources/io/spring/javaformat/checkstyle/check/messages.properties
+1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
catch.singleLetter=Single letter catch variable (use "ex" instead).
2
2
header.unexpected=Unexpected header.
3
+
header.mismatch=Line does not match expected header line of ''{0}''.
3
4
javadoc.badCase=Javadoc element descriptions should not start with an uppercase letter.
4
5
javadoc.missingSince=Missing Javadoc @since tag.
5
6
javadoc.publicSince=Javadoc @since tag should not be used on private classes.
0 commit comments