-
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 checkstyle IdHolder&AuthManager issue #1846
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1846 +/- ##
============================================
- Coverage 70.81% 70.78% -0.04%
+ Complexity 982 693 -289
============================================
Files 447 447
Lines 38040 38040
Branches 5389 5389
============================================
- Hits 26938 26925 -13
- Misses 8469 8484 +15
+ Partials 2633 2631 -2
Continue to review full report at Codecov.
|
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.
maybe we could unify all interface (remove public static?)
relate to #1835
fix checkstyle issue
com.baidu.hugegraph.backend.page.IdHolder delete extra semicolons
com.baidu.hugegraph.auth.AuthManager add empty line and delete "public" word