[java-identity-provider] branch main updated: Fix javadoc comment.
Scott Cantor
cantor.2 at osu.edu
Wed Oct 2 15:40:41 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=02efdee0ac27ec577c2fc12b5030c7feceda1ba7
The following commit(s) were added to refs/heads/main by this push:
new 02efdee0a Fix javadoc comment.
02efdee0a is described below
commit 02efdee0ac27ec577c2fc12b5030c7feceda1ba7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 2 11:40:38 2024 -0400
Fix javadoc comment.
---
.../net/shibboleth/idp/consent/flow/impl/ConsentFlowDescriptor.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/impl/ConsentFlowDescriptor.java b/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/impl/ConsentFlowDescriptor.java
index d9e4cf700..f2b7c3e47 100644
--- a/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/impl/ConsentFlowDescriptor.java
+++ b/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/impl/ConsentFlowDescriptor.java
@@ -31,7 +31,7 @@ public class ConsentFlowDescriptor extends ProfileInterceptorFlowDescriptor {
/** Whether consent equality includes comparing consent values. */
private boolean compareValues;
- /** Time to expire consent storage records. Default value: 1 year. */
+ /** Time to expire consent storage records. Default value: null/infinite. */
@Nullable private Duration lifetime;
/** Maximum number of records stored in the storage service. */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list