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:
parent
46303dfd75
commit
72d32cc96b
|
@ -77,7 +77,9 @@
|
||||||
|
|
||||||
<!-- Javadoc Checks
|
<!-- Javadoc Checks
|
||||||
http://checkstyle.sourceforge.net/config_javadoc.html -->
|
http://checkstyle.sourceforge.net/config_javadoc.html -->
|
||||||
<module name="JavadocTagContinuationIndentation"/>
|
<module name="JavadocTagContinuationIndentation">
|
||||||
|
<property name="offset" value="2"/>
|
||||||
|
</module>
|
||||||
<module name="NonEmptyAtclauseDescription"/>
|
<module name="NonEmptyAtclauseDescription"/>
|
||||||
|
|
||||||
<!-- Miscellaneous Checks
|
<!-- Miscellaneous Checks
|
||||||
|
|
Loading…
Reference in New Issue