-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Deprecate and rename abstract methods in interfaces that contain 'master' in name #4121
Conversation
Signed-off-by: Xue Zhou <[email protected]>
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.
Thank you for renaming these non-inclusive public methods! 🎉
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #4121 +/- ##
============================================
+ Coverage 70.61% 70.72% +0.11%
- Complexity 56983 57058 +75
============================================
Files 4595 4597 +2
Lines 274234 274240 +6
Branches 40181 40181
============================================
+ Hits 193638 193946 +308
+ Misses 64342 64016 -326
- Partials 16254 16278 +24
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
…ter' in name (#4121) Signed-off-by: Xue Zhou <[email protected]> (cherry picked from commit ba9cdcd)
…ter' in name (#4121) Signed-off-by: Xue Zhou <[email protected]> (cherry picked from commit ba9cdcd)
…ter' in name (#4121) (#4123) Deprecate and rename abstract methods in interface ``` - in interface LocalNodeMasterListener: void onMaster() void offMaster() - in interface AckedRequest: TimeValue masterNodeTimeout() ``` Signed-off-by: Xue Zhou <[email protected]> (cherry picked from commit ba9cdcd)
…ter' in name (#4121) (#4122) Signed-off-by: Xue Zhou <[email protected]> (cherry picked from commit ba9cdcd) Co-authored-by: Xue Zhou <[email protected]>
Signed-off-by: Xue Zhou [email protected]
Description
Deprecate and rename abstract methods in interface
Issues Resolved
#3544
#3543
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.