[spring-extensions] branch main updated: Remove unused import

Ian Young ian at iay.org.uk
Wed Aug 26 10:49:26 UTC 2020


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

iay pushed a commit to branch main
in repository spring-extensions.

View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=123e80e1802e7ce9e28859134dca2dcd5e2409ab

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

commit 123e80e1802e7ce9e28859134dca2dcd5e2409ab
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Aug 26 11:49:22 2020 +0100

    Remove unused import
---
 .../shibboleth/ext/spring/config/IdentifiableBeanPostProcessorTest.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/net/shibboleth/ext/spring/config/IdentifiableBeanPostProcessorTest.java b/src/test/java/net/shibboleth/ext/spring/config/IdentifiableBeanPostProcessorTest.java
index 9e72449..5e6e302 100644
--- a/src/test/java/net/shibboleth/ext/spring/config/IdentifiableBeanPostProcessorTest.java
+++ b/src/test/java/net/shibboleth/ext/spring/config/IdentifiableBeanPostProcessorTest.java
@@ -19,7 +19,6 @@ package net.shibboleth.ext.spring.config;
 
 import javax.annotation.Nonnull;
 
-import net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor;
 import net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent;
 import net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent;
 import net.shibboleth.utilities.java.support.component.ComponentInitializationException;

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


More information about the commits mailing list