[java-oidc-common] branch main updated: Fix Javadoc
Phil Smart
philip.smart at jisc.ac.uk
Wed Oct 25 12:37:14 UTC 2023
This is an automated email from the git hooks/post-receive script.
philsmart 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=eb5ae28be261bcfb624a7487ec56ed0e4becde75
The following commit(s) were added to refs/heads/main by this push:
new eb5ae28 Fix Javadoc
eb5ae28 is described below
commit eb5ae28be261bcfb624a7487ec56ed0e4becde75
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Oct 25 13:37:07 2023 +0100
Fix Javadoc
---
.../security/credential/AbstractNullableCredentialFactoryBean.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/oidc-common-crypto-api/src/main/java/net/shibboleth/oidc/security/credential/AbstractNullableCredentialFactoryBean.java b/oidc-common-crypto-api/src/main/java/net/shibboleth/oidc/security/credential/AbstractNullableCredentialFactoryBean.java
index 972fb19..895dcac 100644
--- a/oidc-common-crypto-api/src/main/java/net/shibboleth/oidc/security/credential/AbstractNullableCredentialFactoryBean.java
+++ b/oidc-common-crypto-api/src/main/java/net/shibboleth/oidc/security/credential/AbstractNullableCredentialFactoryBean.java
@@ -28,8 +28,8 @@ import net.shibboleth.shared.primitive.LoggerFactory;
/**
* A factory bean to accumulate the information pertaining to an {@link Credential}.
*
- * <p>Note, {@link #doCreateInstance()} is allowed to return {@code null} if {@code failIfBeanIsNull} is 'false' (the
- * default throws an exception if the bean is null).</p>
+ * <p>Note, {@link #doCreateInstance()} is allowed to return {@code null} if {@code throwIfCredentialIsNull} is 'false'
+ * (the default throws an exception if the credential is {@code null}).</p>
*
* @param <T> the type of credential to create.
*/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list