Skip to content

Add null check for manager #5799

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 5, 2021
Merged

Add null check for manager #5799

merged 1 commit into from
Oct 5, 2021

Conversation

stevemessick
Copy link
Member

Fixes #5797

Significant enough to warrant a point release. #getInstance is not annotated with either @nullable or @NotNull, and I forgot that implicitly means it is @nullable.

@jwren

Had to start over. All commits must be signed and the first one previously was not.

@google-cla google-cla bot added the cla: yes label Oct 5, 2021
@stevemessick stevemessick requested a review from jwren October 5, 2021 18:14
@stevemessick stevemessick merged commit 9f9c257 into master Oct 5, 2021
@stevemessick stevemessick deleted the null-mgr branch October 5, 2021 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

java.lang.IllegalArgumentException: Argument for @NotNull parameter 'module' of
2 participants