Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Comment for @tfennelly.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Sep 28, 2015
1 parent f842080 commit b8836fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ void setNewHead(FlowNode v) {
} else {
// in recovering from error and such situation, we sometimes need to grow the graph
// without running the program.
// TODO can CpsThreadGroup.notifyNewHead be used instead?
// TODO can CpsThreadGroup.notifyNewHead be used instead to notify both kinds of listeners?
execution.notifyListeners(Collections.singletonList(v), true);
execution.notifyListeners(Collections.singletonList(v), false);
}
Expand Down

0 comments on commit b8836fb

Please sign in to comment.