-
Notifications
You must be signed in to change notification settings - Fork 22
Move graph entities #39
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #39 +/- ##
==========================================
+ Coverage 68% 68.32% +0.32%
==========================================
Files 16 16
Lines 400 401 +1
Branches 68 68
==========================================
+ Hits 272 274 +2
+ Misses 103 102 -1
Partials 25 25
Continue to review full report at Codecov.
|
| import com.redislabs.redisgraph.impl.Edge; | ||
| import com.redislabs.redisgraph.impl.Node; | ||
| import com.redislabs.redisgraph.impl.Property; | ||
| import com.redislabs.redisgraph.graph_entities.Edge; |
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.
why graph_entities? and not graphEntities?
| package com.redislabs.redisgraph; | ||
|
|
||
| import com.redislabs.redisgraph.impl.GraphCache; | ||
| import com.redislabs.redisgraph.impl.graph_cache.GraphCache; |
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.
graph_cache or graphCache
gkorland
left a comment
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.
Please use Camel case for package names
No description provided.