[java-opensaml] branch main updated: Javadoc
Rod Widdowson
rdw at steadingsoftware.com
Sun Jan 8 14:04:38 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw 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=0a0cd88f7c846d6b30f44d7be40c7ae4517e207f
The following commit(s) were added to refs/heads/main by this push:
new 0a0cd88f7 Javadoc
0a0cd88f7 is described below
commit 0a0cd88f7c846d6b30f44d7be40c7ae4517e207f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jan 8 13:59:17 2023 +0000
Javadoc
---
.../src/main/java/org/opensaml/profile/logic/IPRangePredicate.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 de6a08146..27388be98 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");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list