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 d3ddbff22603cf0f85b4fbca59c9cea046c7dddf Author: Gary D. Gregory <[email protected]> AuthorDate: Tue Feb 11 08:05:51 2025 -0500 Add Checkstyle UnnecessaryParentheses --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 2e3f3890..a9c77253 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -86,6 +86,7 @@ <module name="SuperClone" /> <module name="SuperFinalize" /> <module name="TypecastParenPad" /> + <module name="UnnecessaryParentheses" /> <module name="VisibilityModifier"> <property name="packageAllowed" value="true" /> <property name="protectedAllowed" value="true" />
