Add "whitespace after comma" checkstyle rule

This commit is contained in:
Florian Schmaus 2019-05-17 21:56:46 +02:00
parent db5f6f648c
commit f7762c5db7
37 changed files with 59 additions and 58 deletions

View File

@ -142,6 +142,7 @@
, LITERAL_DO , LITERAL_DO
, LITERAL_FOR , LITERAL_FOR
, DO_WHILE , DO_WHILE
, COMMA
"/> "/>
</module> </module>
<module name="WhitespaceAround"> <module name="WhitespaceAround">