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

Scott Cantor cantor.2 at osu.edu
Thu Mar 10 13:04:59 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=0bba69fafe2608d4f78b6289d33ec3fd2be0a1e0

The following commit(s) were added to refs/heads/main by this push:
     new 0bba69f  Javadoc errors.
0bba69f is described below

commit 0bba69fafe2608d4f78b6289d33ec3fd2be0a1e0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 10 08:04:55 2022 -0500

    Javadoc errors.
---
 .../shibboleth/oidc/metadata/cache/impl/AbstractMetadataCache.java   | 5 +++--
 .../shibboleth/oidc/metadata/cache/impl/DynamicMetadataCache.java    | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/oidc-common-metadata-impl/src/main/java/net/shibboleth/oidc/metadata/cache/impl/AbstractMetadataCache.java b/oidc-common-metadata-impl/src/main/java/net/shibboleth/oidc/metadata/cache/impl/AbstractMetadataCache.java
index 7a270ab..7fe51c0 100644
--- a/oidc-common-metadata-impl/src/main/java/net/shibboleth/oidc/metadata/cache/impl/AbstractMetadataCache.java
+++ b/oidc-common-metadata-impl/src/main/java/net/shibboleth/oidc/metadata/cache/impl/AbstractMetadataCache.java
@@ -473,8 +473,9 @@ public abstract class AbstractMetadataCache<IdentifierType, MetadataType>
     /**
      * Determine if the metadata has expired based on the expiration time set in the managment metadata.
      *
-     * @param mgmtData
-     * @return
+     * @param mgmtData management data
+     * 
+     * @return true iff the metadata has expired
      */
     protected boolean hasExpired(@Nonnull final MetadataManagementData<IdentifierType> mgmtData) {
         return Instant.now().isAfter(mgmtData.getExpirationTime());
diff --git a/oidc-common-metadata-impl/src/main/java/net/shibboleth/oidc/metadata/cache/impl/DynamicMetadataCache.java b/oidc-common-metadata-impl/src/main/java/net/shibboleth/oidc/metadata/cache/impl/DynamicMetadataCache.java
index bf5aae0..7e6b349 100644
--- a/oidc-common-metadata-impl/src/main/java/net/shibboleth/oidc/metadata/cache/impl/DynamicMetadataCache.java
+++ b/oidc-common-metadata-impl/src/main/java/net/shibboleth/oidc/metadata/cache/impl/DynamicMetadataCache.java
@@ -68,7 +68,7 @@ import net.shibboleth.utilities.java.support.resolver.CriteriaSet;
  * <li>A background task to remove expired and idle metadata.</li>
  * </ul>
  * 
- * <p>This class should only be instantiated through the {@link DynamicMetadataCacheBuilder}.</p>
+ * <p>This class should only be instantiated through the {@link MetadataCacheBuilder}.</p>
  *
  * @param <IdentifierType> the metadata identifier type.
  * @param <MetadataType> the metadata type.

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


More information about the commits mailing list