[java-idp-oidc] branch maint-4.3 updated: Javadoc fix.
Codeberg
noreply at shibboleth.net
Thu Sep 17 05:26:29 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch maint-4.3
in repository java-idp-oidc.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-oidc/commit/4063e7be05fbfd93fd83a555b57ae6e177d1f4ee
The following commit(s) were added to refs/heads/maint-4.3 by this push:
new 4063e7be Javadoc fix.
4063e7be is described below
commit 4063e7be05fbfd93fd83a555b57ae6e177d1f4ee
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Sep 17 08:26:15 2026 +0300
Javadoc fix.
---
.../net/shibboleth/idp/plugin/oidc/op/profile/impl/ValidateGrant.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ValidateGrant.java b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ValidateGrant.java
index 1afc0213..2dd55d38 100644
--- a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ValidateGrant.java
+++ b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/ValidateGrant.java
@@ -498,7 +498,7 @@ public class ValidateGrant extends AbstractOIDCTokenResponseAction {
* @param profileRequestContext The profile request context given to the deserializers
* @param refreshToken The serialized refresh token value
* @return refresh token claims set, or null if it couldn't be parsed
- * @throw DataExpiredException if the opaque refresh token has expired
+ * @throws DataExpiredException if the opaque refresh token has expired
*/
protected RefreshTokenClaimsSet deserializeRefreshToken(@Nonnull final ProfileRequestContext profileRequestContext,
@Nonnull final String refreshToken) throws DataExpiredException {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list