[java-idp-plugin-oidc-op-oidfed] 01/03: Javadoc fix.

Codeberg noreply at shibboleth.net
Thu Dec 4 07:24:04 UTC 2025


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

codeberg pushed a commit to branch main
in repository java-idp-plugin-oidc-op-oidfed.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-oidc-op-oidfed/commit/bfec9b8f8128bd8454dc898c2dbc50d218c020dc

commit bfec9b8f8128bd8454dc898c2dbc50d218c020dc
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Nov 28 13:34:24 2025 +0200

    Javadoc fix.
---
 .../oidc/op/oidfed/messaging/impl/TrustMarkStatusResponse.java      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/messaging/impl/TrustMarkStatusResponse.java b/idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/messaging/impl/TrustMarkStatusResponse.java
index fa94f8d..9951d1f 100644
--- a/idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/messaging/impl/TrustMarkStatusResponse.java
+++ b/idp-oidfed-op-impl/src/main/java/net/shibboleth/idp/plugin/oidc/op/oidfed/messaging/impl/TrustMarkStatusResponse.java
@@ -58,11 +58,11 @@ public class TrustMarkStatusResponse extends AbstractSignedJWTResponse {
     }
 
     /**
-     * Parses a federation resolve entity success response from the given HTTP response.
+     * Parses a trust mark status success response from the given HTTP response.
      *
      * @param httpResponse the HTTP response
-     * @return resolve entity success response
-     * @throws ParseException if HTTP response could not be parsed into resolve entity response
+     * @return trust mark status success response
+     * @throws ParseException if HTTP response could not be parsed into trust mark status response
      */
     @Nonnull
     public static TrustMarkStatusResponse parse(@Nonnull final HTTPResponse httpResponse)

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


More information about the commits mailing list