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-compress.git
The following commit(s) were added to refs/heads/master by this push: new e7ac613c2 Remove old comment new 694a3b37e Merge branch 'master' of https://github.com/apache/commons-compress.git e7ac613c2 is described below commit e7ac613c2ebe25a12240f17f0db38d2563e58552 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Dec 27 07:59:47 2024 -0500 Remove old comment --- src/conf/checkstyle.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index b838d2234..2d90ee0e8 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -45,7 +45,6 @@ limitations under the License. <module name="RedundantImport" /> <module name="UnusedImports" /> <module name="NeedBraces" /> - <!-- <module name="JavadocMethod"> <property name="allowUndeclaredRTE" value="true"/> <property name="scope" value="public" /> </module> --> <module name="ModifierOrder" /> <module name="RedundantModifier" /> <module name="UpperEll" />