Skip to content

Commit

Permalink
Fix paths get and post method dont same (apache#1435)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxxoo authored Apr 28, 2021
1 parent dac208a commit 4200645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public PathSet paths(Id sourceV, Directions sourceDir,

PathSet paths = new PathSet();
if (sourceV.equals(targetV)) {
paths.add(new Path(sourceV, ImmutableList.of(sourceV)));
return paths;
}

Id labelId = this.getEdgeLabelId(label);
Expand Down

0 comments on commit 4200645

Please sign in to comment.