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 1b1ebf2ee27950d159c9e633437ad1c8c2d8abde Author: Gary D. Gregory <[email protected]> AuthorDate: Mon Feb 10 16:35:29 2025 -0500 Add Checkstyle EmptyBlock --- src/conf/checkstyle.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 36c7dc75..92123201 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -50,6 +50,9 @@ <module name="AvoidStarImport" /> <module name="CovariantEquals" /> <module name="DefaultComesLast" /> + <module name="EmptyBlock"> + <property name="option" value="text" /> + </module> <module name="EqualsHashCode" /> <module name="IllegalInstantiation"> <property name="classes" value="java.lang.Boolean, java.lang.String" />
