HBASE-14902 Revert some of the stringency recently introduced by checkstyle tightening; RETRY changing javadoc indent from 4 to 2

This commit is contained in:
stack 2016-01-05 14:45:05 -08:00
parent 46303dfd75
commit 72d32cc96b
1 changed files with 3 additions and 1 deletions

View File

@ -77,7 +77,9 @@
<!-- Javadoc Checks
http://checkstyle.sourceforge.net/config_javadoc.html -->
<module name="JavadocTagContinuationIndentation"/>
<module name="JavadocTagContinuationIndentation">
<property name="offset" value="2"/>
</module>
<module name="NonEmptyAtclauseDescription"/>
<!-- Miscellaneous Checks