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 e11a3b9 commit e9f3b38Copy full SHA for e9f3b38
src/main/java/org/springframework/batch/experimental/core/step/item/ChunkOrientedStep.java
@@ -147,7 +147,7 @@ protected void doInTransactionWithoutResult(TransactionStatus status) {
147
status.setRollbackOnly();
148
stepExecution.incrementRollbackCount();
149
chunkListener.onChunkError(e, processedChunk);
150
- throw new FatalStepExecutionException("Unable process chunk", e);
+ throw new FatalStepExecutionException("Unable to process chunk", e);
151
}
152
153
});
0 commit comments