Skip to content

Commit

Permalink
3.x: Fix typo @provided -> @Provider in jaxrs-applications.adoc (#9633)
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain1653 authored Jan 18, 2025
1 parent 14c9491 commit 80a554a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mp/jaxrs/jaxrs-applications.adoc
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -69,7 +69,7 @@ If no `Application` subclasses are found, create a _synthetic_ `Application` sub
all beans gathered in steps (2) and (3) and set the application path to be "/" —this is the path
normally defined using the `@ApplicationPath` annotation.
NOTE: Helidon treats `@Path` and `@Provided` as bean-defining annotations but, as stated above,
NOTE: Helidon treats `@Path` and `@Provider` as bean-defining annotations but, as stated above,
`Application` subclasses may require additional annotations depending on the discovery mode.
If one or more `Application` subclasses are found, call the `getClasses` and `getSingletons` methods
Expand Down

0 comments on commit 80a554a

Please sign in to comment.