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 451cca470 Remove redundant entry
451cca470 is described below
commit 451cca47012c6b8cc9767b18a0ae5f3e74ee89fb
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jan 21 11:50:20 2025 -0500
Remove redundant 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 e7890ae8c..b4c7584ea 100644
--- a/src/conf/checkstyle/checkstyle.xml
+++ b/src/conf/checkstyle/checkstyle.xml
@@ -83,7 +83,6 @@ limitations under the License.
<module name="UpperEll" />
<module name="WhitespaceAfter" />
<module name="WhitespaceAround" />
- <module name="WhitespaceAroundCheck" />
</module>
<property name="localeLanguage" value="en" />
</module>