You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.