[java-identity-provider] branch master updated: Fix warning.

Scott Cantor cantor.2 at osu.edu
Thu Jun 11 17:17:10 UTC 2020


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

scantor 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=f2850561630bec1a0b230158e1e0cdfa264a2124

The following commit(s) were added to refs/heads/master by this push:
       new  f28505616 Fix warning.
f28505616 is described below

commit f2850561630bec1a0b230158e1e0cdfa264a2124
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jun 11 13:17:07 2020 -0400

    Fix warning.
---
 .../idp/saml/saml2/profile/impl/ProcessAssertionsForAuthentication.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/ProcessAssertionsForAuthentication.java b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/ProcessAssertionsForAuthentication.java
index 4382c0224..bf8b53f4f 100644
--- a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/ProcessAssertionsForAuthentication.java
+++ b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/impl/ProcessAssertionsForAuthentication.java
@@ -49,7 +49,6 @@ import net.shibboleth.idp.authn.context.AuthenticationContext;
 import net.shibboleth.utilities.java.support.annotation.constraint.NonnullAfterInit;
 import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
 import net.shibboleth.utilities.java.support.component.ComponentSupport;
-import net.shibboleth.utilities.java.support.logic.Constraint;
 
 /**
  * Perform processing of a SAML 2 Response's Assertions that have been validated by earlier actions

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


More information about the commits mailing list