-
Notifications
You must be signed in to change notification settings - Fork 521
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 style for raft module #1423
Conversation
Change-Id: I36cf1e0093fb34837e5c5f46ace91c38eae10a74
Codecov Report
@@ Coverage Diff @@
## master #1423 +/- ##
=========================================
Coverage 62.22% 62.23%
+ Complexity 5855 5853 -2
=========================================
Files 381 381
Lines 32109 32096 -13
Branches 4492 4491 -1
=========================================
- Hits 19981 19976 -5
+ Misses 10091 10082 -9
- Partials 2037 2038 +1
Continue to review full report at Codecov.
|
} | ||
} | ||
|
||
// NOTE: Jraft itself doesn't have this callback, it's added by us | ||
@SuppressWarnings("unused") |
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.
remove it. Don't write misleading annotation to shield warnings
Change-Id: Ibcd2092562c8893a4f6a1f86f727bfe4da90db83
Change-Id: I75b25240585773932602c54610e38324285c42ca
Change-Id: I36cf1e0093fb34837e5c5f46ace91c38eae10a74