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 20f52ccb161d0e472a40345bf6182f44513fe631
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Dec 29 10:22:16 2024 -0500

    Sort Checkstyle entries
---
 src/conf/checkstyle/checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/checkstyle/checkstyle.xml 
b/src/conf/checkstyle/checkstyle.xml
index 57f79074a..7a6c1d553 100644
--- a/src/conf/checkstyle/checkstyle.xml
+++ b/src/conf/checkstyle/checkstyle.xml
@@ -67,8 +67,8 @@ limitations under the License.
     </module>
     <module name="LeftCurly" />
     <module name="MissingOverride" />
-    <module name="MultipleVariableDeclarations" />
     <module name="ModifierOrder" />
+    <module name="MultipleVariableDeclarations" />
     <module name="NeedBraces" />
     <module name="RedundantImport" />
     <module name="RedundantModifier" />

Reply via email to