[java-shib-shared] branch main updated: Remove unneeded imports.

Scott Cantor cantor.2 at osu.edu
Thu Dec 8 16:53:31 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-shib-shared.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=224a58f158b331addcaa9db270b9043f370d614c

The following commit(s) were added to refs/heads/main by this push:
     new 224a58f1 Remove unneeded imports.
224a58f1 is described below

commit 224a58f158b331addcaa9db270b9043f370d614c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 8 11:53:28 2022 -0500

    Remove unneeded imports.
---
 .../java/net/shibboleth/shared/spring/custom/LowerParsersAndBean.java   | 2 --
 .../java/net/shibboleth/shared/spring/custom/NestedParsersTest.java     | 2 --
 .../java/net/shibboleth/shared/spring/custom/UpperParserAndBean.java    | 2 --
 3 files changed, 6 deletions(-)

diff --git a/shib-spring/src/test/java/net/shibboleth/shared/spring/custom/LowerParsersAndBean.java b/shib-spring/src/test/java/net/shibboleth/shared/spring/custom/LowerParsersAndBean.java
index bfdc283e..5eb94e24 100644
--- a/shib-spring/src/test/java/net/shibboleth/shared/spring/custom/LowerParsersAndBean.java
+++ b/shib-spring/src/test/java/net/shibboleth/shared/spring/custom/LowerParsersAndBean.java
@@ -28,8 +28,6 @@ import org.springframework.beans.factory.xml.ParserContext;
 import org.w3c.dom.Element;
 
 import net.shibboleth.shared.annotation.constraint.NotEmpty;
-import net.shibboleth.shared.spring.custom.AbstractCustomBeanDefinitionParser;
-import net.shibboleth.shared.spring.custom.BaseSpringNamespaceHandler;
 import net.shibboleth.shared.spring.util.SpringSupport;
 import net.shibboleth.shared.xml.AttributeSupport;
 import net.shibboleth.shared.xml.ElementSupport;
diff --git a/shib-spring/src/test/java/net/shibboleth/shared/spring/custom/NestedParsersTest.java b/shib-spring/src/test/java/net/shibboleth/shared/spring/custom/NestedParsersTest.java
index f4f13d63..07bb2610 100644
--- a/shib-spring/src/test/java/net/shibboleth/shared/spring/custom/NestedParsersTest.java
+++ b/shib-spring/src/test/java/net/shibboleth/shared/spring/custom/NestedParsersTest.java
@@ -26,8 +26,6 @@ import org.springframework.context.support.GenericApplicationContext;
 import org.springframework.core.io.ClassPathResource;
 import org.testng.annotations.Test;
 
-import net.shibboleth.shared.spring.custom.SchemaTypeAwareXMLBeanDefinitionReader;
-
 public class NestedParsersTest {
 
     @Test void Test() {
diff --git a/shib-spring/src/test/java/net/shibboleth/shared/spring/custom/UpperParserAndBean.java b/shib-spring/src/test/java/net/shibboleth/shared/spring/custom/UpperParserAndBean.java
index 21c43487..d4a25caa 100644
--- a/shib-spring/src/test/java/net/shibboleth/shared/spring/custom/UpperParserAndBean.java
+++ b/shib-spring/src/test/java/net/shibboleth/shared/spring/custom/UpperParserAndBean.java
@@ -24,8 +24,6 @@ import org.springframework.beans.factory.support.BeanDefinitionBuilder;
 import org.springframework.beans.factory.xml.ParserContext;
 import org.w3c.dom.Element;
 
-import net.shibboleth.shared.spring.custom.AbstractCustomBeanDefinitionParser;
-import net.shibboleth.shared.spring.custom.SecondaryNamespaceHandler;
 import net.shibboleth.shared.xml.AttributeSupport;
 
 public class UpperParserAndBean extends SecondaryNamespaceHandler {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list