[java-identity-provider] branch maint-4 updated: javadoc
Rod Widdowson
rdw at steadingsoftware.com
Fri Nov 25 12:58:23 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch maint-4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=672ec96d80695396bdc13887fb5f4658c906d497
The following commit(s) were added to refs/heads/maint-4 by this push:
new 672ec96d8 javadoc
672ec96d8 is described below
commit 672ec96d80695396bdc13887fb5f4658c906d497
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Nov 25 12:58:18 2022 +0000
javadoc
---
.../net/shibboleth/idp/session/impl/StorageBackedSessionManager.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/StorageBackedSessionManager.java b/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/StorageBackedSessionManager.java
index 467900f7b..02f871067 100644
--- a/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/StorageBackedSessionManager.java
+++ b/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/StorageBackedSessionManager.java
@@ -185,7 +185,7 @@ public class StorageBackedSessionManager extends AbstractIdentifiableInitializab
}
/**
- * Set the {@link Supplier} for the servlet request to read from.
+ * Set the {@link NonnullSupplier} for the servlet request to read from.
*
* @param requestSupplier servlet request Supplier
*/
@@ -196,7 +196,7 @@ public class StorageBackedSessionManager extends AbstractIdentifiableInitializab
}
/**
- * Set the {@link Supplier} for the servlet response to write to.
+ * Set the {@link NonnullSupplier} for the servlet response to write to.
*
* @param responseSupplier servlet response Supplier
*/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list