[java-opensaml] branch maint-4 updated: Javadoc

Rod Widdowson rdw at steadingsoftware.com
Sun Jan 8 14:04:24 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=877d328970138a37d50e7f128b086278eeb1c26b

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

commit 877d328970138a37d50e7f128b086278eeb1c26b
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jan 8 14:04:17 2023 +0000

    Javadoc
---
 .../src/main/java/org/opensaml/profile/logic/IPRangePredicate.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/opensaml-profile-api/src/main/java/org/opensaml/profile/logic/IPRangePredicate.java b/opensaml-profile-api/src/main/java/org/opensaml/profile/logic/IPRangePredicate.java
index 1f9403468..e850dddf3 100644
--- a/opensaml-profile-api/src/main/java/org/opensaml/profile/logic/IPRangePredicate.java
+++ b/opensaml-profile-api/src/main/java/org/opensaml/profile/logic/IPRangePredicate.java
@@ -71,7 +71,7 @@ public class IPRangePredicate implements Predicate<BaseContext> {
     /**
      * Set the Supplier for the servlet request to evaluate.
      *
-     * @param request servlet request supplier to use
+     * @param supplier servlet request supplier to use
      */
     public void setHttpServletRequestSupplier(@Nonnull final Supplier<HttpServletRequest> supplier) {
         httpRequestSupplier = Constraint.isNotNull(supplier, "HttpServletRequestSupplier cannot be null");
@@ -106,4 +106,4 @@ public class IPRangePredicate implements Predicate<BaseContext> {
         return false;
     }
     
-}
\ No newline at end of file
+}

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


More information about the commits mailing list