Files
spring-batch/spring-batch-core
Mahmoud Ben Hassine daf0ecfc9f BATCH-2491: use LinkedHashSet instead of HashSet for command line options
Before this commit, options passed on the command line were collected
in a HashSet. This does not keep options order as they are passed in
the command line.

This commit changes the "opts" variable type to LinkedHashSet.
Note there is no test for this change as "opts" is a local variable to
the main method.

Resolves BATCH-2491
2018-02-26 13:59:08 -06:00
..
2014-04-02 14:35:53 -04:00