[java-oidc-common] branch main updated: Fix Javadoc.

Scott Cantor cantor.2 at osu.edu
Tue Mar 1 18:14:08 UTC 2022


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

scantor pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=757fdf80319699dd84521d34998cf4783232bd01

The following commit(s) were added to refs/heads/main by this push:
     new 757fdf8  Fix Javadoc.
757fdf8 is described below

commit 757fdf80319699dd84521d34998cf4783232bd01
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 1 13:14:04 2022 -0500

    Fix Javadoc.
---
 .../oidc/profile/config/OIDCDynamicRegistrationConfiguration.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCDynamicRegistrationConfiguration.java b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCDynamicRegistrationConfiguration.java
index 3fb4243..120e6ae 100644
--- a/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCDynamicRegistrationConfiguration.java
+++ b/oidc-common-profile-api/src/main/java/net/shibboleth/oidc/profile/config/OIDCDynamicRegistrationConfiguration.java
@@ -104,7 +104,7 @@ public class OIDCDynamicRegistrationConfiguration extends AbstractOAuth2FlowAwar
     /**
      * Get dynamic registration validity period.
      * 
-     * <p>A null or 0 is interpreted as an unlimited period.</p>
+     * <p>A 0 is interpreted as an unlimited period.</p>
      * 
      * @param profileRequestContext profile request context
      * 
@@ -122,7 +122,7 @@ public class OIDCDynamicRegistrationConfiguration extends AbstractOAuth2FlowAwar
     /**
      * Sets the registration validity period.
      * 
-     * <p>A null or 0 is interpreted as an unlimited period.</p>
+     * <p>A 0 is interpreted as an unlimited period.</p>
      * 
      * @param period registration validity period
      */
@@ -147,7 +147,7 @@ public class OIDCDynamicRegistrationConfiguration extends AbstractOAuth2FlowAwar
     /**
      * Get client secret expiration period.
      * 
-     * <p>A null or 0 is interpreted as an unlimited period.</p>
+     * <p>A 0 is interpreted as an unlimited period.</p>
      * 
      * @param profileRequestContext profile request context
      * 
@@ -164,7 +164,7 @@ public class OIDCDynamicRegistrationConfiguration extends AbstractOAuth2FlowAwar
     /**
      * Sets the client secret expiration period.
      * 
-     * <p>A null or 0 is interpreted as an unlimited period.</p>
+     * <p>A 0 is interpreted as an unlimited period.</p>
      * 
      * @param period registration validity period
      */

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


More information about the commits mailing list