We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/decebals/pf4j/blob/master/pf4j/src/main/java/ro/fortsoft/pf4j/util/DirectedGraph.java#L73
Should getNeighbors not return a empty list if (!neighbors.containsKey(vertex)) { ?
getNeighbors
if (!neighbors.containsKey(vertex)) {
The text was updated successfully, but these errors were encountered:
add3cb7
Thanks edrik!
Sorry, something went wrong.
No branches or pull requests
https://github.com/decebals/pf4j/blob/master/pf4j/src/main/java/ro/fortsoft/pf4j/util/DirectedGraph.java#L73
Should
getNeighbors
not return a empty listif (!neighbors.containsKey(vertex)) {
?The text was updated successfully, but these errors were encountered: