-
Notifications
You must be signed in to change notification settings - Fork 528
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 EdgeExistenceAPI path #2379
Conversation
modify pom description as well
This reverts commit 3b791ee.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2379 +/- ##
============================================
- Coverage 66.31% 65.82% -0.49%
+ Complexity 830 826 -4
============================================
Files 510 509 -1
Lines 42187 42139 -48
Branches 5840 5836 -4
============================================
- Hits 27977 27740 -237
- Misses 11445 11637 +192
+ Partials 2765 2762 -3 ☔ View full report in Codecov by Sentry. |
@@ -44,7 +44,7 @@ | |||
import jakarta.ws.rs.QueryParam; | |||
import jakarta.ws.rs.core.Context; | |||
|
|||
@Path("graphs/{graph}/traversers/edgeexist") | |||
@Path("graphs/{graph}/traversers/edgeexistence") |
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.
prefer to rename EdgeExistence to EdgeExist
Purpose of the PR
Path name should match class name
Main Changes
Verifying these changes
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODO
Doc - Done
Doc - No Need