Skip to content

Commit e9f3b38

Browse files
committed
Update error message
1 parent e11a3b9 commit e9f3b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/batch/experimental/core/step/item/ChunkOrientedStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ protected void doInTransactionWithoutResult(TransactionStatus status) {
147147
status.setRollbackOnly();
148148
stepExecution.incrementRollbackCount();
149149
chunkListener.onChunkError(e, processedChunk);
150-
throw new FatalStepExecutionException("Unable process chunk", e);
150+
throw new FatalStepExecutionException("Unable to process chunk", e);
151151
}
152152
}
153153
});

0 commit comments

Comments
 (0)