Skip to content

Commit faba790

Browse files
committed
checkstyle.xml: tweak a build message
1 parent 3de6449 commit faba790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
<!-- See https://checkstyle.org/checks/regexp -->
275275
<module name="RegexpSinglelineJava">
276276
<property name="format" value="\{[ ]+\}"/>
277-
<property name="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+
<property name="message" value="Empty blocks must not contain spaces."/>
278278
</module>
279279

280280
<!-- Checks for size violations: -->

0 commit comments

Comments
 (0)