[java-opensaml] branch main updated: Fix Javadoc error.

Codeberg noreply at shibboleth.net
Wed Jan 28 22:33:45 UTC 2026


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

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

View the commit online:
https://codeberg.org/Shibboleth/java-opensaml/commit/7cb8b1b1ff70951adeb6cbbd41012878a46525f7

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

commit 7cb8b1b1ff70951adeb6cbbd41012878a46525f7
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Jan 28 17:33:25 2026 -0500

    Fix Javadoc error.
---
 .../messaging/impl/DefaultAssertionValidationContextBuilder.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/assertion/messaging/impl/DefaultAssertionValidationContextBuilder.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/assertion/messaging/impl/DefaultAssertionValidationContextBuilder.java
index 074b5544f..bee71e12b 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/assertion/messaging/impl/DefaultAssertionValidationContextBuilder.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/assertion/messaging/impl/DefaultAssertionValidationContextBuilder.java
@@ -1157,7 +1157,7 @@ public class DefaultAssertionValidationContextBuilder
      * This implementation returns a set containing the union of:
      * </p>
      * <ol>
-     * <li>the result of {@link #getSelfEntityID(AssertionValidationInput)}, if non-null</li>
+     * <li>the result of {@link #getSelfEntityID()}, if non-null</li>
      * <li>the result of evaluating {@link #getAdditionalAudiences()}, if non-null</li>
      * </ol>
      * 

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


More information about the commits mailing list