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 8d68d27171122b5da707f5b607d44664f231949f Author: Gary D. Gregory <[email protected]> AuthorDate: Mon Feb 10 16:34:29 2025 -0500 Add Checkstyle AvoidStarImport --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 665ef889..2dd25f4e 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -47,6 +47,7 @@ </module> <module name="TreeWalker"> <module name="ArrayTypeStyle" /> + <module name="AvoidStarImport" /> <module name="EqualsHashCode" /> <module name="IllegalInstantiation"> <property name="classes" value="java.lang.Boolean, java.lang.String" />
