Skip to content

Commit 23878c6

Browse files
marschallfmbenhassine
authored andcommitted
Remove unused method
Remove the unused #contains method
1 parent c7c6dbe commit 23878c6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spring-batch-core/src/test/java/org/springframework/batch/core/launch/TaskExecutorJobLauncherTests.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,6 @@ private void run(ExitStatus exitStatus) throws Exception {
245245
}
246246
}
247247

248-
private boolean contains(String str, String searchStr) {
249-
return str.indexOf(searchStr) != -1;
250-
}
251-
252248
/**
253249
* Test to support BATCH-1770 -> throw in parent thread JobRestartException when a
254250
* stepExecution is UNKNOWN

0 commit comments

Comments
 (0)