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

ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git

commit 504484e4c8ad150c7d9aedebe7b3f1bef93da439
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Feb 11 07:12:45 2025 -0500

    Add Checkstyle MissingOverride
---
 src/conf/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 2a29cda9..477ccd3d 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -72,6 +72,7 @@
     </module>
     <module name="LeftCurly" />
     <module name="MethodParamPad"/>
+    <module name="MissingOverride" />
     <module name="ParenPad" />
     <module name="TypecastParenPad" />
     <module name="VisibilityModifier">

Reply via email to