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

Remove warning from a now-redundant try #871

Merged
merged 1 commit into from
Jul 2, 2020

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Jul 2, 2020

Motivation:

NIOSSLServerHandler.init became non-throwing in 2.8.0; the compiler
warns us that our try is now redundant.

Modifications:

  • Update minimum NIOSSL version and remove redundant try

Result:

No more warnings

Motivation:

NIOSSLServerHandler.init became non-throwing in 2.8.0; the compiler
warns us that our try is now redundant.

Modifications:

- Update minimum NIOSSL version and remove redundant try

Result:

No more warnings
@glbrntt glbrntt added nio 🔨 semver/patch No public API change. labels Jul 2, 2020
@glbrntt glbrntt requested a review from Lukasa July 2, 2020 09:45
@glbrntt glbrntt merged commit 2059a6e into grpc:master Jul 2, 2020
@glbrntt glbrntt deleted the gb-update-nio-ssl branch July 2, 2020 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants