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 6d1709d96c9a43d32052e1af05cdf0e089ecafd2
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Feb 11 08:06:55 2025 -0500

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

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index c031959b..b2927d64 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -88,6 +88,7 @@
     <module name="TypecastParenPad" />
     <module name="UnnecessaryParentheses" />
     <module name="UnusedImports" />
+    <module name="UpperEll" />
     <module name="VisibilityModifier">
       <property name="packageAllowed" value="true" />
       <property name="protectedAllowed" value="true" />

Reply via email to