[java-opensaml] branch maint-4 updated: Javadoc (again)

Rod Widdowson rdw at steadingsoftware.com
Sun Jan 8 14:25:47 UTC 2023


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

rdw pushed a commit to branch maint-4
in repository java-opensaml.

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

The following commit(s) were added to refs/heads/maint-4 by this push:
     new 10239cff2 Javadoc (again)
10239cff2 is described below

commit 10239cff2553bdd15fc510ae4433f7d2658b4d0e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jan 8 14:25:44 2023 +0000

    Javadoc (again)
---
 .../messaging/error/servlet/HttpServletMessageErrorHandler.java       | 4 ++--
 .../opensaml/messaging/handler/impl/HTTPRequestValidationHandler.java | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opensaml-messaging-api/src/main/java/org/opensaml/messaging/error/servlet/HttpServletMessageErrorHandler.java b/opensaml-messaging-api/src/main/java/org/opensaml/messaging/error/servlet/HttpServletMessageErrorHandler.java
index a793346f3..25c36a1b2 100644
--- a/opensaml-messaging-api/src/main/java/org/opensaml/messaging/error/servlet/HttpServletMessageErrorHandler.java
+++ b/opensaml-messaging-api/src/main/java/org/opensaml/messaging/error/servlet/HttpServletMessageErrorHandler.java
@@ -50,7 +50,7 @@ public interface HttpServletMessageErrorHandler extends MessageErrorHandler {
     /**
      * Set the supplier for the HTTP servlet request on which to operate.
      *
-     * @param requestSupplier the HTTP servlet request
+     * @param requestSupplier supplier for the HTTP servlet request
      */
     default void setHttpServletRequestSupplier(@Nullable final Supplier<HttpServletRequest> requestSupplier) {
         setHttpServletRequest(requestSupplier.get());
@@ -74,7 +74,7 @@ public interface HttpServletMessageErrorHandler extends MessageErrorHandler {
     /**
      * Set the supplier for the HTTP servlet response on which to operate.
      *
-     * @param requestSupplier the HTTP servlet response
+     * @param responseSupplier the supplier for the HTTP servlet response
      */
     default void setHttpServletResponseSupplier(@Nullable final Supplier<HttpServletResponse> responseSupplier) {
         setHttpServletResponse(responseSupplier.get());
diff --git a/opensaml-messaging-impl/src/main/java/org/opensaml/messaging/handler/impl/HTTPRequestValidationHandler.java b/opensaml-messaging-impl/src/main/java/org/opensaml/messaging/handler/impl/HTTPRequestValidationHandler.java
index d6aa7a6ae..0f83aad8d 100644
--- a/opensaml-messaging-impl/src/main/java/org/opensaml/messaging/handler/impl/HTTPRequestValidationHandler.java
+++ b/opensaml-messaging-impl/src/main/java/org/opensaml/messaging/handler/impl/HTTPRequestValidationHandler.java
@@ -139,7 +139,7 @@ public class HTTPRequestValidationHandler extends AbstractMessageHandler {
     /**
      * Set the HTTP servlet request supplier
      *
-     * @param requestSupplier the request instance
+     * @param requestSupplier the supplier for the request instance
      */
     public void setHttpServletRequestSupplier(final Supplier<HttpServletRequest> requestSupplier) {
         ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);

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


More information about the commits mailing list