Skip to content

Commit

Permalink
Merge pull request #5201 from NicolaIsotta/2.3
Browse files Browse the repository at this point in the history
#5196 correct managed() javadoc (2.3)
  • Loading branch information
BalusC authored Jan 26, 2023
2 parents 577bd63 + fbb8deb commit 859ddff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@

/**
* <p class="changed_added_2_3">The value of this annotation attribute is
* taken to be an indicator that flags whether or not the given converter
* is a CDI managed converter. </p>
* taken to be an indicator that flags whether or not the given behavior
* is a CDI managed behavior. </p>
*
* @return true if CDI managed, false otherwise.
*/
Expand Down
4 changes: 2 additions & 2 deletions impl/src/main/java/javax/faces/validator/FacesValidator.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@

/**
* <p class="changed_added_2_3">The value of this annotation attribute is
* taken to be an indicator that flags whether or not the given converter
* is a CDI managed converter. </p>
* taken to be an indicator that flags whether or not the given validator
* is a CDI managed validator. </p>
*
* @return true if CDI managed, false otherwise.
*/
Expand Down

0 comments on commit 859ddff

Please sign in to comment.