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 8f5fa16912a45e7a9c65057f5439eb8b09da7fc3
Author: Gary D. Gregory <[email protected]>
AuthorDate: Mon Feb 10 16:35:04 2025 -0500

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

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index d1a8cfaf..36c7dc75 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -49,6 +49,7 @@
     <module name="ArrayTypeStyle" />
     <module name="AvoidStarImport" />
     <module name="CovariantEquals" />
+    <module name="DefaultComesLast" />
     <module name="EqualsHashCode" />
     <module name="IllegalInstantiation">
       <property name="classes" value="java.lang.Boolean, java.lang.String" />

Reply via email to