From a43b07aa7cd02aef27b1a60bc244eb5281b56424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Kr=C3=A1l?= Date: Thu, 17 Oct 2024 17:48:18 +0200 Subject: [PATCH] 4.x - JWT module description changed (#9405) JWT module description changed Signed-off-by: David Kral --- security/jwt/src/main/java/module-info.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/jwt/src/main/java/module-info.java b/security/jwt/src/main/java/module-info.java index edebd7ffd41..1a4281a78db 100644 --- a/security/jwt/src/main/java/module-info.java +++ b/security/jwt/src/main/java/module-info.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2023 Oracle and/or its affiliates. + * Copyright (c) 2018, 2024 Oracle and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ */ /** - * Http signature provider. + * Helidon JWT and JWK token implementation. */ module io.helidon.security.jwt {