Closed
Description
At line 472 of the FlatFileItemReaderBuilder
it validates that not multiple LineTokenizers
implementations have been configured. However, if the user has not configured one (validatorValue == 0
on that line), they get the same message implying that multiple have been configured. This error message should not be thrown if validatorValue == 0
. The case of no LineTokenizer
being configured is already handled at line 487 of that class anyways.