[java-identity-provider] 13/23: Fix javadoc comment.

Scott Cantor cantor.2 at osu.edu
Mon Mar 17 15:03:52 UTC 2025


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

scantor pushed a commit to branch maint-5.1
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=b648c19826cab11ef339f85a29cc7b9809ac4d1b

commit b648c19826cab11ef339f85a29cc7b9809ac4d1b
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