Skip to content

Commit ac86d18

Browse files
Marcono1234marcphilipp
authored andcommitted
Fix typo in AfterAll documentation
(cherry picked from commit 4a1046d)
1 parent 388c5be commit ac86d18

File tree

1 file changed

+1
-1
lines changed
  • junit-jupiter-api/src/main/java/org/junit/jupiter/api

1 file changed

+1
-1
lines changed

junit-jupiter-api/src/main/java/org/junit/jupiter/api/AfterAll.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* methods may optionally declare parameters to be resolved by
4141
* {@link org.junit.jupiter.api.extension.ParameterResolver ParameterResolvers}.
4242
*
43-
* <p>Using {@code private} visibility for {@code @BeforeAll} methods is
43+
* <p>Using {@code private} visibility for {@code @AfterAll} methods is
4444
* strongly discouraged and will be disallowed in a future release.
4545
*
4646
* <h2>Inheritance and Execution Order</h2>

0 commit comments

Comments
 (0)