This repository has been archived by the owner on Apr 1, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark the parameter of LineTokenizer#tokenize as
@Nullable
According to the Javadoc of LineTokenizer#tokenize, the parameter `line` can be null. This commit add ``@Nullable` to that parameter. Resolves BATCH-2776
- Loading branch information