[java-idp-plugin-oidc-rp] branch main updated: Fix Javadoc

Phil Smart philip.smart at jisc.ac.uk
Thu Dec 22 09:49:51 UTC 2022


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

philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.

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

The following commit(s) were added to refs/heads/main by this push:
     new c36f515  Fix Javadoc
c36f515 is described below

commit c36f51595adb27340201705490dd6e090dd7a5c5
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Dec 22 09:49:48 2022 +0000

    Fix Javadoc
---
 .../authn/oidc/rp/impl/RelyingPartyProxySigningParametersResolver.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/RelyingPartyProxySigningParametersResolver.java b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/RelyingPartyProxySigningParametersResolver.java
index 16b9eef..29fc08d 100644
--- a/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/RelyingPartyProxySigningParametersResolver.java
+++ b/idp-oidc-rp-impl/src/main/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/RelyingPartyProxySigningParametersResolver.java
@@ -156,7 +156,7 @@ public class RelyingPartyProxySigningParametersResolver extends BasicJWTSignatur
      * is returned. If none are supported, {@literal null} is returned.
      * 
      * @param credential the credential to test
-     * @param supportedAlgorithms the list of supported algorithms to check support for
+     * @param supportedAlgorithm the list of supported algorithms to check support for
      * 
      * @return the supported algorithm, or {@literal null} if none are supported
      */

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


More information about the commits mailing list