BATCH-1594: remove non-existent override method
This commit is contained in:
@@ -648,22 +648,6 @@ public class MulticasterBatchListenerTests {
|
||||
super.beforeWrite(items);
|
||||
}
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
*
|
||||
* @see
|
||||
* org.springframework.batch.core.listener.StepListenerSupport#onErrorInStep
|
||||
* (org.springframework.batch.core.StepExecution, java.lang.Throwable)
|
||||
*/
|
||||
@Override
|
||||
public ExitStatus onErrorInStep(StepExecution stepExecution, Throwable e) {
|
||||
count++;
|
||||
if (error) {
|
||||
throw new RuntimeException("listener error");
|
||||
}
|
||||
return super.onErrorInStep(stepExecution, e);
|
||||
}
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user