Skip to content

Commit

Permalink
Fixed javadoc errors in misc-algorithms module
Browse files Browse the repository at this point in the history
  • Loading branch information
misberner committed Jun 6, 2014
1 parent 14e128c commit 0d25ec4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public static <N,E> List<List<N>> collectSCCs(Graph<N,E> graph) {
* Tarjan's algorithm is used for realizing the SCC search.
*
* @param graph the graph
* @param listener the SCC listener
* @param sccListener the SCC listener
*
* @see TarjanSCCVisitor
* @see SCCs
Expand Down

0 comments on commit 0d25ec4

Please sign in to comment.