We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a89968 commit a8cd41eCopy full SHA for a8cd41e
junit-jupiter-api/src/testFixtures/java/org/junit/jupiter/api/fixtures/TrackLogRecords.java
@@ -15,7 +15,6 @@
15
import java.lang.annotation.RetentionPolicy;
16
import java.lang.annotation.Target;
17
18
-import org.jspecify.annotations.NullMarked;
19
import org.junit.jupiter.api.extension.AfterEachCallback;
20
import org.junit.jupiter.api.extension.BeforeEachCallback;
21
import org.junit.jupiter.api.extension.ExtendWith;
@@ -42,7 +41,6 @@
42
41
* @see LoggerFactory
43
* @see LogRecordListener
44
*/
45
-@NullMarked
46
@Target({ ElementType.TYPE, ElementType.PARAMETER })
47
@Retention(RetentionPolicy.RUNTIME)
48
@ExtendWith(TrackLogRecords.Extension.class)
0 commit comments