Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
clinuxrulz committed Oct 13, 2019
1 parent eb34c23 commit 1c4e6a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/src/main/java/nz/sodium/Node.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ private boolean ensureBiggerThan(long limit, Set<Node> visited) {
rank = limit + 1;
for (Target l : listeners)
l.node.ensureBiggerThan(rank, visited);
visited.remove(this);
return true;
}

Expand Down

0 comments on commit 1c4e6a2

Please sign in to comment.