From 3090f7c5a4d60c3c475249437daf848949ce38b2 Mon Sep 17 00:00:00 2001 From: Scott M Stark Date: Wed, 29 Nov 2023 20:58:59 -0600 Subject: [PATCH] + Fix the javadoc errors on Java SE 17, 21 Signed-off-by: Scott M Stark --- api/src/main/javadoc/overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/javadoc/overview.html b/api/src/main/javadoc/overview.html index 5593b88c..6c0319bb 100644 --- a/api/src/main/javadoc/overview.html +++ b/api/src/main/javadoc/overview.html @@ -1,7 +1,7 @@ -

Version: ${project.version}, ${maven.build.timestamp}

+Version: ${project.version}, ${maven.build.timestamp}

Contexts and Dependency Injection (CDI) defines a set of complementary services that help improve the structure of application