Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For myGenesisOutputNames we check for null not Optional.empty as empty is a valid case and we do not want to wrap the optional field into another Optional. Also myCompensationRequestNames is using a null check and gets reset to null instead of an empty set as the empty set is a valid case as well. Signed-off-by: HenrikJannsen <[email protected]>
- Loading branch information