Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Sep 2, 2023
2 parents 7e6fa06 + 2ac516a commit d0aa2b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
* </pre>
*
* @since 2.0
* @deprecated because {@code CustomScope} has been removed from Faces in favor of CDI.
*/
@Deprecated(since = "4.1", forRemoval = true)
public class PostConstructCustomScopeEvent extends SystemEvent {

// ------------------------------------------------------------ Constructors
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
* </p>
*
* @since 2.0
* @deprecated because {@code CustomScope} has been removed from Faces in favor of CDI.
*/
@Deprecated(since = "4.1", forRemoval = true)
public class PreDestroyCustomScopeEvent extends SystemEvent {

// ------------------------------------------------------------ Constructors
Expand Down

0 comments on commit d0aa2b7

Please sign in to comment.