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 c7c6dbe commit 23878c6Copy full SHA for 23878c6
spring-batch-core/src/test/java/org/springframework/batch/core/launch/TaskExecutorJobLauncherTests.java
@@ -245,10 +245,6 @@ private void run(ExitStatus exitStatus) throws Exception {
245
}
246
247
248
- private boolean contains(String str, String searchStr) {
249
- return str.indexOf(searchStr) != -1;
250
- }
251
-
252
/**
253
* Test to support BATCH-1770 -> throw in parent thread JobRestartException when a
254
* stepExecution is UNKNOWN
0 commit comments