Skip to content

Commit 3d00921

Browse files
committed
checkstyle.xml: simplify a diagnostic message
1 parent 58e9c86 commit 3d00921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
</module>
288288
<module name="RegexpSinglelineJava">
289289
<property name="format" value="\{[ ]+\}"/>
290-
<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)"/>
290+
<property name="message" value="Empty blocks must not contain spaces."/>
291291
</module>
292292

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

0 commit comments

Comments
 (0)