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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new f60654fd Sort Checkstyle entries
f60654fd is described below

commit f60654fd0a33db6b443229b6d7bfe84c757e75cc
Author: Gary David Gregory (Code signing key) <ggreg...@apache.org>
AuthorDate: Tue Jan 21 11:46:50 2025 -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 237ae31f..5ed9603f 100644
--- a/src/conf/checkstyle/checkstyle.xml
+++ b/src/conf/checkstyle/checkstyle.xml
@@ -88,8 +88,8 @@ limitations under the License.
         <!-- Allow underscore in class names -->
       <property name="format" value="^[A-Z][A-Za-z0-9]*(_[A-Za-z0-9]+)*$" />
     </module>
-    <module name="UnusedImports" />
     <module name="UnnecessaryParentheses" />
+    <module name="UnusedImports" />
     <module name="UpperEll" />
     <module name="VisibilityModifier">
       <property name="ignoreAnnotationCanonicalNames" 
value="java.lang.Deprecated" />

Reply via email to