HBASE-14902 Revert some of the stringency recently introduced by checkstyle tightening

This commit is contained in:
stack 2016-01-19 14:36:26 -08:00
parent 318814de28
commit 2c0394f078
1 changed files with 3 additions and 1 deletions

View File

@ -41,7 +41,9 @@
http://checkstyle.sourceforge.net/config_blocks.html -->
<module name="EmptyBlock"/>
<module name="LeftCurly"/>
<module name="NeedBraces"/>
<module name="NeedBraces">
<property name="allowSingleLineStatement" value="true"/>
</module>
<!-- Class Design Checks
http://checkstyle.sourceforge.net/config_design.html -->