javeme commented on code in PR #2242:
URL:
https://github.com/apache/incubator-hugegraph/pull/2242#discussion_r1400966836
##########
hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/EdgeExistenceAPI.java:
##########
@@ -57,8 +57,8 @@ public String get(@Context GraphManager manager,
@QueryParam("limit")
@DefaultValue(DEFAULT_LIMIT) long limit) {
LOG.debug("Graph [{}] get edgeexistence with " +
- "source '{}'and target '{}'and edgeLabel '{}'and sortValue
'{}'and limit '{}'",
- graph, source, target, edgeLabel, sortValues, limit);
+ "source '{}', target '{}', edgeLabel '{}', sortValue '{}'
and, limit '{}'",
Review Comment:
also remove the "and"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]