BATCH-2519: Fix TYPO
JIRA: https://jira.spring.io/browse/BATCH-2519 * TYPO `Posion` correction
This commit is contained in:
@@ -99,7 +99,7 @@ public class PoisonPillItemWriter implements ItemWriter<T> {
|
||||
|
||||
public void write(T item) throws Exception {
|
||||
if (isPoisonPill(item)) {
|
||||
throw new PoisonPillException("Posion pill detected: " + item);
|
||||
throw new PoisonPillException("Poison pill detected: " + item);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user