Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If command is null a NPE occurs even though from the code it seems this should be handled by a fallback. This replaces Optional.of with Optional.ofNullable to account for that case.
- Loading branch information