Skip to content
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

Fix Kotlin compiler warning #973

Merged
merged 1 commit into from
Apr 11, 2022
Merged

Conversation

kilink
Copy link
Member

@kilink kilink commented Apr 10, 2022

TokenReplacingTransformer in GraphiQLConigurer implements
ResourceTransformer from Spring, but the nullability on some of the
parameters didn't match what's declared via Nonnull annotations there,
resulting in a Kotlin compiler warning.

@kilink kilink requested a review from berngp April 11, 2022 16:57
@berngp berngp force-pushed the fix-graphiql-configurer-warning branch from e501dc4 to 95a8b81 Compare April 11, 2022 19:58
TokenReplacingTransformer in GraphiQLConigurer implements
ResourceTransformer from Spring, but the nullability on some of the
parameters didn't match what's declared via Nonnull annotations there,
resulting in a Kotlin compiler warning.
@berngp berngp force-pushed the fix-graphiql-configurer-warning branch from 95a8b81 to c7f6a27 Compare April 11, 2022 20:28
@berngp berngp merged commit e024d4a into master Apr 11, 2022
@berngp berngp deleted the fix-graphiql-configurer-warning branch October 20, 2022 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants