Skip to content

Commit

Permalink
tiny changes
Browse files Browse the repository at this point in the history
  • Loading branch information
msgui committed Nov 24, 2023
1 parent cc22843 commit bbc50be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public String get(@Context GraphManager manager,
@QueryParam("limit")
@DefaultValue(DEFAULT_LIMIT) long limit) {
LOG.debug("Graph [{}] get edgeexistence with " +
"source '{}', target '{}', edgeLabel '{}', sortValue '{}' and, limit '{}'",
"source '{}', target '{}', edgeLabel '{}', sortValue '{}', limit '{}'",
graph, source, target, edgeLabel, sortValues, limit);

E.checkArgumentNotNull(source, "The source can't be null");
Expand Down

0 comments on commit bbc50be

Please sign in to comment.