message is extended according to google/guava/issues/1891

This commit is contained in:
Roman Ivanov 2015-01-07 22:14:16 -08:00
parent b06e2e0015
commit ead8bd33ba
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
<property name="allowEmptyTypes" value="true"/>
<property name="allowEmptyLoops" value="true"/>
<message key="ws.notFollowed"
value="WhitespaceAround: ''{0}'' is not followed by whitespace."/>
value="WhitespaceAround: ''{0}'' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)"/>
<message key="ws.notPreceded"
value="WhitespaceAround: ''{0}'' is not preceded with whitespace."/>
</module>