Skip to content

Commit

Permalink
remove the reference to @ManagedBean
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-Jiang committed Jan 30, 2024
1 parent 046e78e commit f0dd32e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion impl/src/main/resources/tck-audit-cdi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11514,7 +11514,7 @@
<section id="process_injection_point_ee" title="ProcessInjectionPoint event and EJB" level="3">
<assertion id="a">
<text>When running in Jakarta EE, the container must also fire an event for every injection point of every Jakarta EE component class supporting injection
that may be instantiated by the container at runtime, including every managed bean declared using @ManagedBean, EJB session or message-driven
that may be instantiated by the container at runtime, EJB session or message-driven
bean.
</text>
</assertion>
Expand Down
2 changes: 1 addition & 1 deletion web/src/main/resources/tck-audit-cdi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11252,7 +11252,7 @@
<section id="process_injection_point_ee" title="ProcessInjectionPoint event and EJB" level="3">
<assertion id="a">
<text>When running in Jakarta EE, the container must also fire an event for every injection point of every Jakarta EE component class supporting injection
that may be instantiated by the container at runtime, including every managed bean declared using @ManagedBean, EJB session or message-driven
that may be instantiated by the container at runtime, including EJB session or message-driven
bean.
</text>
</assertion>
Expand Down

0 comments on commit f0dd32e

Please sign in to comment.