From a16ee18c4589111cdc131c0bbdf51b4afaeda04c Mon Sep 17 00:00:00 2001 From: Andrei Arlou Date: Mon, 6 Jan 2025 23:40:23 +0200 Subject: [PATCH] 2.x: Fix typo @Provided -> @Provider in 05_jaxrs-applications.adoc --- docs/mp/jaxrs/05_jaxrs-applications.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mp/jaxrs/05_jaxrs-applications.adoc b/docs/mp/jaxrs/05_jaxrs-applications.adoc index dbed0dfc3c9..29b1ea5944b 100644 --- a/docs/mp/jaxrs/05_jaxrs-applications.adoc +++ b/docs/mp/jaxrs/05_jaxrs-applications.adoc @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2021, 2022 Oracle and/or its affiliates. + Copyright (c) 2021, 2025 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. @@ -62,7 +62,7 @@ If one or more `Application` subclasses are found, call the `getClasses` and `ge in each subclass using the collections in steps (2) and (3) only as defaults, i.e. if these methods both return empty sets. -NOTE: Helidon treats `@Path` and `@Provided` as bean-definining annotations but, as stated above, +NOTE: Helidon treats `@Path` and `@Provider` as bean-definining annotations but, as stated above, `Application` subclasses may require additional annotations depending on the discovery mode. == Access to Application Instances