-
Notifications
You must be signed in to change notification settings - Fork 639
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
[ISSUE #3909] Replaced anonymous new ChannelFutureListener() with lambda #3923
Conversation
please check the checkstyle. |
@Alonexc Fixed, have a look please |
Codecov Report
@@ Coverage Diff @@
## master #3923 +/- ##
=========================================
Coverage 14.24% 14.24%
Complexity 1320 1320
=========================================
Files 579 579
Lines 28958 28956 -2
Branches 2815 2815
=========================================
Hits 4125 4125
+ Misses 24441 24439 -2
Partials 392 392
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Resolved merge conflict |
Fixes #3909.
Modifications
Replaced anonymous new ChannelFutureListener() with lambda.
Documentation