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 a34a36ba91cbcd66b0daf08ae798ee63d048a247 Author: Gary D. Gregory <[email protected]> AuthorDate: Tue Feb 11 08:05:11 2025 -0500 Add Checkstyle SuperFinalize --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index b8c336e0..2e3f3890 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -84,6 +84,7 @@ <module name="SimplifyBooleanReturn" /> <module name="StringLiteralEquality" /> <module name="SuperClone" /> + <module name="SuperFinalize" /> <module name="TypecastParenPad" /> <module name="VisibilityModifier"> <property name="packageAllowed" value="true" />
