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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 8107e5fdf Add Checkstyle TypecastParenPad 8107e5fdf is described below commit 8107e5fdf5843dea2d25721377ca53a943e9c312 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 13:52:54 2025 -0500 Add Checkstyle TypecastParenPad --- checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkstyle.xml b/checkstyle.xml index ae446a4d8..249f32dc6 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -218,7 +218,7 @@ <property name="ordered" value="true"/> <property name="separated" value="true"/> </module> - + <module name="TypecastParenPad" /> </module> </module>