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

Rod Widdowson rdw at steadingsoftware.com
Thu Jan 27 10:37:35 UTC 2022


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

rdw 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=565b9efd1dace790237e0b3abc884527804b585e

The following commit(s) were added to refs/heads/main by this push:
     new 565b9ef  Fix Broken Javadoc
565b9ef is described below

commit 565b9efd1dace790237e0b3abc884527804b585e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jan 27 10:37:27 2022 +0000

    Fix Broken Javadoc
---
 .../src/main/java/net/shibboleth/oidc/metadata/BatchBackingStore.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/oidc-common-metadata-api/src/main/java/net/shibboleth/oidc/metadata/BatchBackingStore.java b/oidc-common-metadata-api/src/main/java/net/shibboleth/oidc/metadata/BatchBackingStore.java
index 6d00549..972844f 100644
--- a/oidc-common-metadata-api/src/main/java/net/shibboleth/oidc/metadata/BatchBackingStore.java
+++ b/oidc-common-metadata-api/src/main/java/net/shibboleth/oidc/metadata/BatchBackingStore.java
@@ -22,8 +22,6 @@ import java.time.Instant;
 
 import javax.annotation.Nullable;
 
-import net.shibboleth.oidc.metadata.cache.LoadingStrategy;
-
 /**
  * A specialisation of a {@link BackingStore} that deals with batch metadata. Operations on batch metadata
  * happen together e.g. a reload will evict all previous entries and all new entries are reloaded in one go. 
@@ -77,7 +75,7 @@ public interface BatchBackingStore<I,T> extends BackingStore<I,T> {
     /**
      * Sets the source bytes of the source before it was parsed.
      *  
-     * @return the source bytes.
+     * @param the source bytes.
      */
     void setOriginalValue(@Nullable final byte[] originalValue);
     

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


More information about the commits mailing list