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


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/72d32cc9
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/72d32cc9
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/72d32cc9

Branch: refs/heads/trunk
Commit: 72d32cc96b6cda7d7dc17cf3dc88235b01534d43
Parents: 46303df
Author: stack <st...@apache.org>
Authored: Tue Jan 5 14:45:05 2016 -0800
Committer: stack <st...@apache.org>
Committed: Tue Jan 5 14:45:05 2016 -0800

----------------------------------------------------------------------
 hbase-checkstyle/src/main/resources/hbase/checkstyle.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/72d32cc9/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
----------------------------------------------------------------------
diff --git a/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml 
b/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
index e7272c5..6095d99 100644
--- a/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
+++ b/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
@@ -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

Reply via email to