Files
spring-batch/spring-batch-infrastructure/src/main/java/org/springframework
Philippe Marschall 9f990f47c4 BATCH-2408 Use ArrayList instead of Stack
Stack is a pre Java 1.2 class that is slower than ArrayList as it
incurs additional synchronization overhead.

 - replace Stack with ArrayList where it's not public API

Issue: BATCH-2408
2017-07-19 09:23:12 -05:00
..