[java-idp-plugin-webauthn] branch main updated: Add since tags
Phil Smart
philip.smart at jisc.ac.uk
Mon Feb 17 16:03:33 UTC 2025
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-webauthn.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=1e05d94144f2a07c690ede1fd096441184598f24
The following commit(s) were added to refs/heads/main by this push:
new 1e05d94 Add since tags
1e05d94 is described below
commit 1e05d94144f2a07c690ede1fd096441184598f24
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Feb 17 16:03:30 2025 +0000
Add since tags
---
.../shibboleth/idp/plugin/authn/webauthn/impl/WebAuthnEncoder.java | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/impl/WebAuthnEncoder.java b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/impl/WebAuthnEncoder.java
index 96fdb9f..34635fe 100644
--- a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/impl/WebAuthnEncoder.java
+++ b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/impl/WebAuthnEncoder.java
@@ -109,6 +109,8 @@ public final class WebAuthnEncoder {
* @param pattern the date time pattern to use
*
* @return a formatted time string
+ *
+ * @since 1.1.0
*/
@Nonnull @NotEmpty public static String formatInstant(@Nullable final Instant time,
@Nullable final String pattern) {
@@ -125,6 +127,8 @@ public final class WebAuthnEncoder {
* @param pattern the date time pattern to use
*
* @return a formatted time string
+ *
+ * @since 1.1.0
*/
@Nonnull @NotEmpty public static String formatInstant(@Nullable final Instant time,
@Nullable final DateTimeFormatter formatter) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list