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-numbers.git

commit ff171f40b477a73e7f6b44ae3b135320faf9a8a4
Author: Alex Herbert <[email protected]>
AuthorDate: Tue Aug 25 13:13:21 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 044549f4..c8d11e0b 100644
--- a/src/conf/checkstyle/checkstyle.xml
+++ b/src/conf/checkstyle/checkstyle.xml
@@ -92,7 +92,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