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 deprecation warnings #585

Merged
merged 1 commit into from
Sep 18, 2019
Merged

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Sep 17, 2019

Motivation:

NIO 2.8.0 deprecated 'TimeAmount.Value' in favour of using 'Int64'
directly. This caused unnecessary warnings.

Modifications:

Replace usages of 'TimeAmount.Value' with 'Int64'.

Result:

  • No more warnings.
  • 'TimeAmount.Value' was 'Int64' before it was deprecated, so no
    functional changes.

Motivation:

NIO 2.8.0 deprecated 'TimeAmount.Value' in favour of using 'Int64'
directly. This caused unnecessary warnings.

Modifications:

Replace usages of 'TimeAmount.Value' with 'Int64'.

Result:

- No more warnings.
- 'TimeAmount.Value' was 'Int64' before it was deprecated, so no
  functional changes.
@linux-foundation-easycla
Copy link

CLA Check
One or more committers are not authorized under a signed CLA as indicated below. Please click here to be authorized.

@MrMage MrMage merged commit 3972a3f into grpc:nio Sep 18, 2019
@glbrntt glbrntt deleted the gb-fix-deprecation-warnings branch September 18, 2019 13:43
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.

2 participants