[java-opensaml] branch main updated: Remove erroneous import.
Brent Putman
putmanb at georgetown.edu
Wed Mar 2 07:03:26 UTC 2022
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=0faa65531b8c77690bc0500103db2ff31b8fd4fb
The following commit(s) were added to refs/heads/main by this push:
new 0faa65531 Remove erroneous import.
0faa65531 is described below
commit 0faa65531b8c77690bc0500103db2ff31b8fd4fb
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Mar 2 02:03:24 2022 -0500
Remove erroneous import.
---
.../java/org/opensaml/saml/saml2/assertion/SAML20AssertionValidator.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/assertion/SAML20AssertionValidator.java b/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/assertion/SAML20AssertionValidator.java
index 5f05ffb22..e012c6016 100644
--- a/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/assertion/SAML20AssertionValidator.java
+++ b/opensaml-saml-api/src/main/java/org/opensaml/saml/saml2/assertion/SAML20AssertionValidator.java
@@ -38,7 +38,6 @@ import net.shibboleth.utilities.java.support.xml.SerializeSupport;
import org.opensaml.core.criterion.EntityIdCriterion;
import org.opensaml.core.xml.io.MarshallingException;
import org.opensaml.core.xml.util.XMLObjectSupport;
-import org.opensaml.messaging.handler.MessageHandlerException;
import org.opensaml.saml.common.SAMLVersion;
import org.opensaml.saml.common.assertion.AssertionValidationException;
import org.opensaml.saml.common.assertion.ValidationContext;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list