This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git
The following commit(s) were added to refs/heads/master by this push:
new 9a900f10 Drop deprecated rule
9a900f10 is described below
commit 9a900f1064279f35a8dd13b961e206bf70ea9e75
Author: Alex Herbert <[email protected]>
AuthorDate: Sat Aug 22 13:46:35 2026 +0100
Drop deprecated rule
---
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 d04a2e84..66161d38 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>