You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/02/03 23:05:16 UTC

[incubator-datasketches-java] 02/04: fix checkstyle to be compatible with eclipse version of Checkstyle.

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch CheckCurMin
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-java.git

commit 6b4bdefeb36dcfe6ee672405974e47b6d2ea9b8b
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Sat Jan 25 22:40:56 2020 -0800

    fix checkstyle to be compatible with eclipse version of Checkstyle.
---
 tools/SketchesCheckstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/SketchesCheckstyle.xml b/tools/SketchesCheckstyle.xml
index a6520de..03a69c3 100644
--- a/tools/SketchesCheckstyle.xml
+++ b/tools/SketchesCheckstyle.xml
@@ -207,7 +207,7 @@ under the License.
       <!-- <property name="allowMissingThrowsTags" value="true"/> now not allowed ?!? -->
       <property name="allowMissingReturnTag" value="false"/>
       <property name="allowedAnnotations" value="Override, Test"/>
-      <property name="allowThrowsTagsForSubclasses" value="true"/>
+      <!-- <property name="allowThrowsTagsForSubclasses" value="true"/> now not allowed ?!? -->
     </module>
     
     <module name="JavadocParagraph"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org