[java-identity-provider] 01/02: remove unused import
Rod Widdowson
rdw at steadingsoftware.com
Sat Jul 13 09:47:54 EDT 2019
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=fc9e6b712abc058da21d7f8c88c04b5334f203fd
commit fc9e6b712abc058da21d7f8c88c04b5334f203fd
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jul 13 08:53:48 2019 -0400
remove unused import
---
.../src/test/java/net/shibboleth/idp/attribute/AttributeTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/idp-attribute-api/src/test/java/net/shibboleth/idp/attribute/AttributeTest.java b/idp-attribute-api/src/test/java/net/shibboleth/idp/attribute/AttributeTest.java
index a6e58e7..b2c1d55 100644
--- a/idp-attribute-api/src/test/java/net/shibboleth/idp/attribute/AttributeTest.java
+++ b/idp-attribute-api/src/test/java/net/shibboleth/idp/attribute/AttributeTest.java
@@ -31,7 +31,6 @@ import java.util.Map;
import org.testng.Assert;
import org.testng.annotations.Test;
-import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
import net.shibboleth.utilities.java.support.logic.ConstraintViolationException;
/** Unit test for {@link IdPAttribute} class. */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list