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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5267e877 Add Checkstyle TypecastParenPad
5267e877 is described below

commit 5267e877376e519b3acd7af38dd636c541a05aea
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 13:50:14 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