This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-dbutils.git
The following commit(s) were added to refs/heads/master by this push: new c6d82d1 Add Checkstyle TypecastParenPad c6d82d1 is described below commit c6d82d1e8946c83ed676e2933e9d08f26b801deb Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 12:08:11 2025 -0500 Add Checkstyle TypecastParenPad --- src/conf/checkstyle/checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/checkstyle/checkstyle.xml b/src/conf/checkstyle/checkstyle.xml index 581021f..3dd2317 100644 --- a/src/conf/checkstyle/checkstyle.xml +++ b/src/conf/checkstyle/checkstyle.xml @@ -173,7 +173,7 @@ <property name="ordered" value="true"/> <property name="separated" value="true"/> </module> - + <module name="TypecastParenPad" /> </module> <!-- @author tags are deprecated --> <module name="RegexpSingleline">