[java-idp-oidc] branch main updated: Javadoc fix.
Codeberg
noreply at shibboleth.net
Thu Sep 17 05:29:14 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-oidc/commit/a18d5665ba736d868d5e71991f318952f0bd8498
The following commit(s) were added to refs/heads/main by this push:
new a18d5665 Javadoc fix.
a18d5665 is described below
commit a18d5665ba736d868d5e71991f318952f0bd8498
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Sep 17 08:28:56 2026 +0300
Javadoc fix.
---
.../net/shibboleth/idp/plugin/oidc/op/profile/impl/UnwrapGrant.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/UnwrapGrant.java b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/UnwrapGrant.java
index 047abde9..9ad92aa7 100644
--- a/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/UnwrapGrant.java
+++ b/idp-oidc-extension-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/profile/impl/UnwrapGrant.java
@@ -208,7 +208,7 @@ public class UnwrapGrant 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 {
@@ -229,4 +229,4 @@ public class UnwrapGrant extends AbstractOIDCTokenResponseAction {
return null;
}
-}
\ No newline at end of file
+}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list