[java-oidc-common] branch main updated: Minor Javadoc fix.

Codeberg noreply at shibboleth.net
Wed Jul 8 08:40:26 UTC 2026


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

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

View the commit online:
https://codeberg.org/Shibboleth/java-oidc-common/commit/040fa63f7f35d7572793ff59017a7c163dfe1435

The following commit(s) were added to refs/heads/main by this push:
     new 040fa63f Minor Javadoc fix.
040fa63f is described below

commit 040fa63f7f35d7572793ff59017a7c163dfe1435
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Jul 8 09:40:15 2026 +0100

    Minor Javadoc fix.
---
 .../shibboleth/oidc/profile/config/OIDCLogoutProfileConfiguration.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCLogoutProfileConfiguration.java b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCLogoutProfileConfiguration.java
index 21b430e0..1cd0584e 100644
--- a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCLogoutProfileConfiguration.java
+++ b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCLogoutProfileConfiguration.java
@@ -117,7 +117,7 @@ public interface OIDCLogoutProfileConfiguration extends OAuth2TokenEncryptionPro
     boolean isIgnoreInvalidPostLogoutRedirectUri(@Nullable final ProfileRequestContext profileRequestContext);
     
     /**
-     * Get the HTTP request method for an authentication request.
+     * Get the HTTP request method for a logout request.
      *
      * @param profileRequestContext profile request context
      *

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


More information about the commits mailing list