[java-opensaml] branch main updated: Fix javadoc.

Scott Cantor cantor.2 at osu.edu
Wed Aug 28 13:03:55 UTC 2024


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=7c7d14bd55fa056397a6d21df04f2fefdc531495

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

commit 7c7d14bd55fa056397a6d21df04f2fefdc531495
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 28 09:03:52 2024 -0400

    Fix javadoc.
---
 .../java/org/opensaml/messaging/handler/impl/CheckExpectedIssuer.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/opensaml-messaging-impl/src/main/java/org/opensaml/messaging/handler/impl/CheckExpectedIssuer.java b/opensaml-messaging-impl/src/main/java/org/opensaml/messaging/handler/impl/CheckExpectedIssuer.java
index 594e50aaa..25891bbe0 100644
--- a/opensaml-messaging-impl/src/main/java/org/opensaml/messaging/handler/impl/CheckExpectedIssuer.java
+++ b/opensaml-messaging-impl/src/main/java/org/opensaml/messaging/handler/impl/CheckExpectedIssuer.java
@@ -30,7 +30,8 @@ import net.shibboleth.shared.logic.Constraint;
 import net.shibboleth.shared.primitive.LoggerFactory;
 
 /**
- * Message handler that checks that a message context has an issuer.
+ * Message handler that checks that a message context's issuer matches an expected value,
+ * both supplied by a lookup function.
  */
 public final class CheckExpectedIssuer extends AbstractMessageHandler {
     

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


More information about the commits mailing list