This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-secure-xml.git


The following commit(s) were added to refs/heads/main by this push:
     new d3aa9ee  Remove unused import.
d3aa9ee is described below

commit d3aa9eed02ce8bb092b8f1610b963c3f7e881b38
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Sep 1 10:41:50 2026 -0400

    Remove unused import.
---
 src/test/java/org/apache/commons/xml/secure/MethodHandleFactoryTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/xml/secure/MethodHandleFactoryTest.java 
b/src/test/java/org/apache/commons/xml/secure/MethodHandleFactoryTest.java
index 01963b5..f90efb3 100644
--- a/src/test/java/org/apache/commons/xml/secure/MethodHandleFactoryTest.java
+++ b/src/test/java/org/apache/commons/xml/secure/MethodHandleFactoryTest.java
@@ -25,7 +25,6 @@
 import static org.junit.jupiter.api.Assertions.assertThrows;
 
 import java.lang.invoke.MethodHandle;
-import java.lang.invoke.MethodType;
 
 import javax.xml.parsers.FactoryConfigurationError;
 import javax.xml.stream.XMLInputFactory;

Reply via email to