Files
spring-batch/spring-batch-core
Mahmoud Ben Hassine 98fba4a03b Fix PartitionParserTests
Some tests in PartitionParserTests were
failing intermittently due to the usage
of non-synchronized shared state between
concurrent threads.

This commit updates the test code to use
`AtomicInteger` instead of `int` for the
state shared between concurrent threads.
2020-11-18 16:50:11 +01:00
..
2020-11-18 16:50:11 +01:00
2014-04-02 14:35:53 -04:00