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-csv.git
commit 055695d3827db8ffe4d5a826f73b23d2035e00f0 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 8 06:35:34 2025 -0500 Remove duplicate entry --- src/conf/checkstyle/checkstyle.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conf/checkstyle/checkstyle.xml b/src/conf/checkstyle/checkstyle.xml index 4f7a07ff..009935a6 100644 --- a/src/conf/checkstyle/checkstyle.xml +++ b/src/conf/checkstyle/checkstyle.xml @@ -55,7 +55,6 @@ limitations under the License. <module name="MissingOverride" /> <module name="ModifierOrder" /> <module name="NeedBraces" /> - <module name="NeedBraces" /> <module name="OperatorWrap"> <property name="option" value="eol" /> </module>