This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 0a2729c4c9dd28025972e95fa23c9711342bbe8b Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Feb 17 10:10:22 2023 +0000 Fix import order --- java/org/apache/tomcat/util/digester/CallMethodRule.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/org/apache/tomcat/util/digester/CallMethodRule.java b/java/org/apache/tomcat/util/digester/CallMethodRule.java index 3110c4450b..91b7e56ed2 100644 --- a/java/org/apache/tomcat/util/digester/CallMethodRule.java +++ b/java/org/apache/tomcat/util/digester/CallMethodRule.java @@ -16,11 +16,11 @@ */ package org.apache.tomcat.util.digester; +import java.util.Arrays; + import org.apache.tomcat.util.IntrospectionUtils; import org.xml.sax.Attributes; -import java.util.Arrays; - /** * <p>Rule implementation that calls a method on an object on the stack * (normally the top/parent object), passing arguments collected from --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org