[java-oidc-common] branch main updated: Fix Broken Javadoc (again)
Rod Widdowson
rdw at steadingsoftware.com
Thu Jan 27 10:51:17 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=5576f273e8b9f4ad53f6ce075beb74e7bc7b1482
The following commit(s) were added to refs/heads/main by this push:
new 5576f27 Fix Broken Javadoc (again)
5576f27 is described below
commit 5576f273e8b9f4ad53f6ce075beb74e7bc7b1482
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jan 27 10:51:07 2022 +0000
Fix Broken Javadoc (again)
---
.../src/main/java/net/shibboleth/oidc/metadata/BatchBackingStore.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 972844f..2b689d6 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
@@ -75,7 +75,7 @@ public interface BatchBackingStore<I,T> extends BackingStore<I,T> {
/**
* Sets the source bytes of the source before it was parsed.
*
- * @param the source bytes.
+ * @param originalValue 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