Skip to content

Commit a8cd41e

Browse files
committed
Remove annotations not visible in Eclipse
1 parent 0a89968 commit a8cd41e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

junit-jupiter-api/src/testFixtures/java/org/junit/jupiter/api/fixtures/TrackLogRecords.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import java.lang.annotation.RetentionPolicy;
1616
import java.lang.annotation.Target;
1717

18-
import org.jspecify.annotations.NullMarked;
1918
import org.junit.jupiter.api.extension.AfterEachCallback;
2019
import org.junit.jupiter.api.extension.BeforeEachCallback;
2120
import org.junit.jupiter.api.extension.ExtendWith;
@@ -42,7 +41,6 @@
4241
* @see LoggerFactory
4342
* @see LogRecordListener
4443
*/
45-
@NullMarked
4644
@Target({ ElementType.TYPE, ElementType.PARAMETER })
4745
@Retention(RetentionPolicy.RUNTIME)
4846
@ExtendWith(TrackLogRecords.Extension.class)

0 commit comments

Comments
 (0)