Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Nullable annotation to RecipeMap::getByName()
IDE analysis assumes it won't return null otherwise, because methods are marked Non-null by default.
- Loading branch information