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 1c83e58f9e51f2c1181e149738a0fcafd1a09058 Author: Gary D. Gregory <[email protected]> AuthorDate: Tue Feb 11 07:14:44 2025 -0500 Add Checkstyle RedundantImport --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index f6e7fe2a..4e15c733 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -77,6 +77,7 @@ <module name="MultipleVariableDeclarations" /> <module name="NeedBraces" /> <module name="ParenPad" /> + <module name="RedundantImport" /> <module name="TypecastParenPad" /> <module name="VisibilityModifier"> <property name="packageAllowed" value="true" />
