Skip to content

Commit b57bd29

Browse files
committed
Remove JetBrains annotation
1 parent 93e1677 commit b57bd29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jupiter-tests/src/test/java/org/junit/jupiter/params/ParameterizedClassIntegrationTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
import java.util.stream.Stream;
5858

5959
import org.assertj.core.api.Condition;
60-
import org.jetbrains.annotations.NotNull;
6160
import org.jspecify.annotations.Nullable;
6261
import org.junit.jupiter.api.AfterAll;
6362
import org.junit.jupiter.api.AfterEach;
@@ -806,7 +805,7 @@ void lifecycleMethodsMustNotBeDeclaredInRegularTestClasses() {
806805
}
807806
}
808807

809-
private static @NotNull String withPlatformSpecificLineSeparator(String textBlock) {
808+
private static String withPlatformSpecificLineSeparator(String textBlock) {
810809
return textBlock.replace("\n", System.lineSeparator());
811810
}
812811

0 commit comments

Comments
 (0)