[java-identity-provider] branch master updated: Type inference.

Scott Cantor cantor.2 at osu.edu
Tue Apr 7 12:20:51 EDT 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=a75e54f097c147ba1bb0391fbee562292162c609

The following commit(s) were added to refs/heads/master by this push:
       new  a75e54f   Type inference.
a75e54f is described below

commit a75e54f097c147ba1bb0391fbee562292162c609
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 7 12:20:46 2020 -0400

    Type inference.
---
 .../idp/saml/profile/impl/PopulateBindingAndEndpointContexts.java     | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/profile/impl/PopulateBindingAndEndpointContexts.java b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/profile/impl/PopulateBindingAndEndpointContexts.java
index e62a399..7a65569 100644
--- a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/profile/impl/PopulateBindingAndEndpointContexts.java
+++ b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/profile/impl/PopulateBindingAndEndpointContexts.java
@@ -149,9 +149,7 @@ public class PopulateBindingAndEndpointContexts extends AbstractProfileAction {
     
     /** Constructor. */
     public PopulateBindingAndEndpointContexts() {
-        bindingDescriptorsLookupStrategy =
-                FunctionSupport.<ProfileRequestContext,List<BindingDescriptor>>constant(
-                        Collections.<BindingDescriptor>emptyList());
+        bindingDescriptorsLookupStrategy = FunctionSupport.constant(Collections.emptyList());
         
         relyingPartyContextLookupStrategy = new ChildContextLookup<>(RelyingPartyContext.class);
         

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


More information about the commits mailing list