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


The following commit(s) were added to refs/heads/POOL_2_X by this push:
     new 03da4dea Add Checkstyle TypecastParenPad
     new 589320ee Merge branch 'POOL_2_X' of 
https://gitbox.apache.org/repos/asf/commons-pool.git into POOL_2_X
03da4dea is described below

commit 03da4deaa477cfdff4c59edd03d742f20530fc9a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 13:48:36 2025 -0500

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

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 207a32fc..690e1d8a 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -71,7 +71,7 @@
       <property name="ordered" value="true"/>
       <property name="separated" value="true"/>
     </module>
-
+    <module name="TypecastParenPad" />
   </module>
   
   <!-- Require package Javadoc -->

Reply via email to