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
@@ -287,7 +287,7 @@
287
287
</module>
288
288
<modulename="RegexpSinglelineJava">
289
289
<propertyname="format"value="\{[ ]+\}"/>
290
-
<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)"/>
290
+
<propertyname="message"value="Empty blocks must not contain spaces."/>
0 commit comments