Skip to content

Commit 4ce6688

Browse files
SoftAssertionsExtension: Fix "heading used out of sequence" Javadoc error
1 parent 195c13f commit 4ce6688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/assertj/core/api/junit/jupiter/SoftAssertionsExtension.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
* Extension for JUnit Jupiter that provides support for injecting an instance
3838
* of {@link SoftAssertions} or {@link BDDSoftAssertions} into test methods.
3939
*
40-
* <h3>Applicability</h3>
40+
* <h2>Applicability</h2>
4141
*
4242
* <p>In this context, the term "test method" refers to any method annotated with
4343
* {@code @Test}, {@code @RepeatedTest}, {@code @ParameterizedTest},
4444
* {@code @TestFactory}, or {@code @TestTemplate}.<br>
4545
* This extension does not inject {@code SoftAssertions} or {@code BDDSoftAssertions} arguments into test
4646
* constructors or lifecycle methods.
4747
*
48-
* <h3>Scope</h3>
48+
* <h2>Scope</h2>
4949
*
5050
* <p>The scope of the {@code SoftAssertions} or {@code BDDSoftAssertions} instance
5151
* managed by this extension begins when a parameter of type {@code SoftAssertions}

0 commit comments

Comments
 (0)