Skip to content

Commit

Permalink
Fix typo in AfterAll documentation
Browse files Browse the repository at this point in the history
(cherry picked from commit 4a1046d)
  • Loading branch information
Marcono1234 authored and marcphilipp committed Nov 5, 2023
1 parent 388c5be commit ac86d18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* methods may optionally declare parameters to be resolved by
* {@link org.junit.jupiter.api.extension.ParameterResolver ParameterResolvers}.
*
* <p>Using {@code private} visibility for {@code @BeforeAll} methods is
* <p>Using {@code private} visibility for {@code @AfterAll} methods is
* strongly discouraged and will be disallowed in a future release.
*
* <h2>Inheritance and Execution Order</h2>
Expand Down

0 comments on commit ac86d18

Please sign in to comment.