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

commit 418a0b67cb27ea61be5157741f945412f4a7434b
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Jan 8 06:48:23 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 8bd71f47d..e7890ae8c 100644
--- a/src/conf/checkstyle/checkstyle.xml
+++ b/src/conf/checkstyle/checkstyle.xml
@@ -19,7 +19,6 @@ limitations under the License.
     "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
     "https://checkstyle.org/dtds/configuration_1_3.dtd";>
 <module name="Checker">
-  <property name="localeLanguage" value="en" />
   <module name="FileTabCharacter" />
   <module name="Header">
     <property name="headerFile" value="${checkstyle.header.file}" />

Reply via email to