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

This seems to cause a NPE when generating report.... reverting.

This reverts commit 2c0394f078.
This commit is contained in:
stack 2016-01-20 08:40:02 -08:00
parent 93e200d52b
commit 5e08e2ceb6
1 changed files with 1 additions and 3 deletions

View File

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