[java-oidc-common] branch main updated: Fixed a Javadoc typo.
Henri Mikkonen
henri.mikkonen at iki.fi
Fri Apr 28 06:12:48 UTC 2023
This is an automated email from the git hooks/post-receive script.
hjmikkon 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=3789efe341fbf8d2772f40e5df126103f3861c6c
The following commit(s) were added to refs/heads/main by this push:
new 3789efe Fixed a Javadoc typo.
3789efe is described below
commit 3789efe341fbf8d2772f40e5df126103f3861c6c
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Apr 28 09:12:43 2023 +0300
Fixed a Javadoc typo.
---
.../main/java/net/shibboleth/oidc/security/jose/impl/package-info.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jose/impl/package-info.java b/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jose/impl/package-info.java
index b9bcf58..7404c14 100644
--- a/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jose/impl/package-info.java
+++ b/oidc-common-crypto-impl/src/main/java/net/shibboleth/oidc/security/jose/impl/package-info.java
@@ -18,6 +18,6 @@
/**
* Implementation of cryptographic primitives that support JOSE objects.
*
- * @Since 2.2.0
+ * @since 2.2.0
*/
package net.shibboleth.oidc.security.jose.impl;
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list