Skip to content

Commit

Permalink
2.x: Fix typo @provided -> @Provider in 05_jaxrs-applications.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain1653 committed Jan 6, 2025
1 parent 8230351 commit a16ee18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mp/jaxrs/05_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 @@ -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
Expand Down

0 comments on commit a16ee18

Please sign in to comment.