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/01/24 06:39:39 UTC

[incubator-datasketches-java] 01/01: update checkstyle

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

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

commit 221fd64d96ae4948232b3b8c3005672d7f59b0b9
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Jan 23 22:39:21 2020 -0800

    update checkstyle
---
 tools/SketchesCheckstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


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