[java-oidc-common] branch main updated: Fixed the wrong spec-type for the builder.

Henri Mikkonen henri.mikkonen at iki.fi
Tue Mar 8 13:05:44 UTC 2022


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

hjmikkon pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=1f807854a86ba8af942a773a3355372f3a3154ee

The following commit(s) were added to refs/heads/main by this push:
     new 1f80785  Fixed the wrong spec-type for the builder.
1f80785 is described below

commit 1f807854a86ba8af942a773a3355372f3a3154ee
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Tue Mar 8 15:05:38 2022 +0200

    Fixed the wrong spec-type for the builder.
---
 .../oidc/metadata/cache/impl/FetchThroughMetadataCacheBuilder.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oidc-common-metadata-impl/src/main/java/net/shibboleth/oidc/metadata/cache/impl/FetchThroughMetadataCacheBuilder.java b/oidc-common-metadata-impl/src/main/java/net/shibboleth/oidc/metadata/cache/impl/FetchThroughMetadataCacheBuilder.java
index db9847b..49596a2 100644
--- a/oidc-common-metadata-impl/src/main/java/net/shibboleth/oidc/metadata/cache/impl/FetchThroughMetadataCacheBuilder.java
+++ b/oidc-common-metadata-impl/src/main/java/net/shibboleth/oidc/metadata/cache/impl/FetchThroughMetadataCacheBuilder.java
@@ -54,7 +54,7 @@ public final class FetchThroughMetadataCacheBuilder {
          * @throws ComponentInitializationException on error.
          */
         public FetchThroughMetadataCache<IdentifierType, MetadataType>
-                build(@Nonnull final DynamicMetadataCacheBuilderSpec<IdentifierType, MetadataType> spec) 
+                build(@Nonnull final FetchThroughMetadataCacheBuilderSpec<IdentifierType, MetadataType> spec)
                         throws ComponentInitializationException {
 
             final FetchThroughMetadataCache<IdentifierType, MetadataType> cache = new FetchThroughMetadataCache<>();

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


More information about the commits mailing list