Skip to content

Commit

Permalink
improving comment as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
anuchandy committed Jun 22, 2016
1 parent 25beef0 commit 1d5e9c1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,8 @@ public void prepare() {
/**
* Gets next node in the DAG which has no dependency or all of it's dependencies are resolved and
* ready to be consumed.
* <p>
* Null will be returned when all the nodes are explored
*
* @return next node
* @return next node or null if all the nodes have been explored
*/
public U getNext() {
return graph.get(queue.poll());
Expand Down

0 comments on commit 1d5e9c1

Please sign in to comment.