We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8324889 commit 9346299Copy full SHA for 9346299
config/checkstyle/checkstyle.xml
@@ -183,7 +183,7 @@
183
<message key="ws.preceded"
184
value="GenericWhitespace ''{0}'' is preceded with whitespace."/>
185
<message key="ws.illegalFollow"
186
- value="GenericWhitespace ''{0}'' should followed by whitespace."/>
+ value="GenericWhitespace ''{0}'' should be followed by whitespace."/>
187
<message key="ws.notPreceded"
188
value="GenericWhitespace ''{0}'' is not preceded with whitespace."/>
189
</module>
@@ -249,4 +249,4 @@
249
250
<module name="CommentsIndentation"/>
251
252
-</module>
+</module>
0 commit comments