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: config/checkstyle/checkstyle.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -274,7 +274,7 @@
274
274
<!-- See https://checkstyle.org/checks/regexp -->
275
275
<modulename="RegexpSinglelineJava">
276
276
<propertyname="format"value="\{[ ]+\}"/>
277
-
<propertyname="message"value="Empty blocks should have no spaces. Empty blocks may only be represented as '{}' when not part of a multi-block statement (4.1.3)"/>
277
+
<propertyname="message"value="Empty blocks must not contain spaces."/>
0 commit comments