Commit 0501a87
committed
Fix ItemProcessListener#afterProcess call order in ChunkOrientedStep
The javadoc of ItemProcessListener#afterProcess states that
this method is still called with a null result, allowing for
notification of "filtered" items.1 parent b980c7a commit 0501a87
File tree
1 file changed
+1
-1
lines changed- spring-batch-core/src/main/java/org/springframework/batch/core/step/item
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
430 | 429 | | |
431 | 430 | | |
432 | 431 | | |
433 | 432 | | |
434 | 433 | | |
435 | 434 | | |
| 435 | + | |
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
| |||
0 commit comments