You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ct...@apache.org on 2016/08/03 21:31:40 UTC

[07/17] incubator-fluo git commit: Remove JavadocParagraph rule

Remove JavadocParagraph rule

This rule ensures that <p> are on the same line as the paragraph they
preceed, but the eclipse formatter standardizes this for us (by putting
<p> on the preceding line), so we don't need this.


Project: http://git-wip-us.apache.org/repos/asf/incubator-fluo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fluo/commit/e4e9fc47
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fluo/tree/e4e9fc47
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fluo/diff/e4e9fc47

Branch: refs/heads/build-resources
Commit: e4e9fc473d042cc9c0ee4bcd71ae904ded98fc02
Parents: 0013162
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Feb 25 12:06:17 2016 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Feb 25 12:06:17 2016 -0500

----------------------------------------------------------------------
 src/main/resources/io/fluo/build-resources/java-checkstyle.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fluo/blob/e4e9fc47/src/main/resources/io/fluo/build-resources/java-checkstyle.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/io/fluo/build-resources/java-checkstyle.xml b/src/main/resources/io/fluo/build-resources/java-checkstyle.xml
index 8cfb290..a98aa73 100644
--- a/src/main/resources/io/fluo/build-resources/java-checkstyle.xml
+++ b/src/main/resources/io/fluo/build-resources/java-checkstyle.xml
@@ -156,7 +156,6 @@
     </module>
     <module name="NonEmptyAtclauseDescription"/>
     <module name="JavadocTagContinuationIndentation"/>
-    <module name="JavadocParagraph"/>
     <module name="AtclauseOrder">
       <property name="tagOrder" value="@param, @return, @throws, @deprecated"/>
       <property name="target" value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/>