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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git

commit b317cd9899207b9bc4649a5306481f8fb3d715a8
Author: Alex Herbert <[email protected]>
AuthorDate: Tue Aug 25 14:00:30 2026 +0100

    Checkstyle: Remove deprecated JavadocStyle check
---
 src/conf/checkstyle/checkstyle.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/conf/checkstyle/checkstyle.xml 
b/src/conf/checkstyle/checkstyle.xml
index 867df016..edec8520 100644
--- a/src/conf/checkstyle/checkstyle.xml
+++ b/src/conf/checkstyle/checkstyle.xml
@@ -93,7 +93,6 @@
     <module name="JavadocMethod" />
     <module name="JavadocType" />
     <module name="JavadocVariable" />
-    <module name="JavadocStyle" />
     <module name="MissingJavadocMethod">
       <property name="scope" value="private"/>
     </module>

Reply via email to