[java-idp-oidc] branch main updated: Fix erroneous annotation.

Scott Cantor cantor.2 at osu.edu
Tue Aug 1 15:46:53 UTC 2023


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

scantor pushed a commit to branch main
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=5f1e4cc9ae620263030afeb70aca22dca755a86e

The following commit(s) were added to refs/heads/main by this push:
     new 5f1e4cc9 Fix erroneous annotation.
5f1e4cc9 is described below

commit 5f1e4cc9ae620263030afeb70aca22dca755a86e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 1 11:46:50 2023 -0400

    Fix erroneous annotation.
---
 .../oidc/op/metadata/resolver/ServiceableProviderMetadataProvider.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/idp-oidc-extension-api/src/main/java/net/shibboleth/idp/plugin/oidc/op/metadata/resolver/ServiceableProviderMetadataProvider.java b/idp-oidc-extension-api/src/main/java/net/shibboleth/idp/plugin/oidc/op/metadata/resolver/ServiceableProviderMetadataProvider.java
index ff45c58b..cd9007bc 100644
--- a/idp-oidc-extension-api/src/main/java/net/shibboleth/idp/plugin/oidc/op/metadata/resolver/ServiceableProviderMetadataProvider.java
+++ b/idp-oidc-extension-api/src/main/java/net/shibboleth/idp/plugin/oidc/op/metadata/resolver/ServiceableProviderMetadataProvider.java
@@ -77,7 +77,6 @@ public class ServiceableProviderMetadataProvider extends AbstractServiceableComp
      * 
      * @param theResolver The {@link ProviderMetadataResolver} to embed.
      */
-    @Nonnull
     public void setEmbeddedResolver(@Nonnull final ProviderMetadataResolver theResolver) {
         ifInitializedThrowUnmodifiabledComponentException();
         resolver = Constraint.isNotNull(theResolver, "ProviderMetadataResolver cannot be null");

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


More information about the commits mailing list