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 93e1677 commit b57bd29Copy full SHA for b57bd29
jupiter-tests/src/test/java/org/junit/jupiter/params/ParameterizedClassIntegrationTests.java
@@ -57,7 +57,6 @@
57
import java.util.stream.Stream;
58
59
import org.assertj.core.api.Condition;
60
-import org.jetbrains.annotations.NotNull;
61
import org.jspecify.annotations.Nullable;
62
import org.junit.jupiter.api.AfterAll;
63
import org.junit.jupiter.api.AfterEach;
@@ -806,7 +805,7 @@ void lifecycleMethodsMustNotBeDeclaredInRegularTestClasses() {
806
805
}
807
808
809
- private static @NotNull String withPlatformSpecificLineSeparator(String textBlock) {
+ private static String withPlatformSpecificLineSeparator(String textBlock) {
810
return textBlock.replace("\n", System.lineSeparator());
811
812
0 commit comments