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-jxpath.git
The following commit(s) were added to refs/heads/master by this push: new 9df6fd0 Add Checkstyle TypecastParenPad 9df6fd0 is described below commit 9df6fd094d05b65dd340c082344cb75fc463f9be Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 13:45:20 2025 -0500 Add Checkstyle TypecastParenPad --- checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkstyle.xml b/checkstyle.xml index b4d7232..e9626ce 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -166,7 +166,7 @@ <property name="ordered" value="true"/> <property name="separated" value="true"/> </module> - + <module name="TypecastParenPad" /> </module> </module>