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 6108e68ea87e18b4e7503dd0662192187be4d746 Author: Gary D. Gregory <[email protected]> AuthorDate: Tue Feb 11 07:14:22 2025 -0500 Add Checkstyle NeedBraces --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index d09ce120..f6e7fe2a 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -75,6 +75,7 @@ <module name="MissingOverride" /> <module name="ModifierOrder" /> <module name="MultipleVariableDeclarations" /> + <module name="NeedBraces" /> <module name="ParenPad" /> <module name="TypecastParenPad" /> <module name="VisibilityModifier">
