Skip to content

Commit

Permalink
Javadoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 13, 2023
1 parent 76dd4d6 commit e4b2943
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public void verifyNotConnectedMinimumSpanningTree()
}

/**
* Test the the minimum spanning tree on a path graph with 4 vertices
* Test the minimum spanning tree on a path graph with 4 vertices
* and unit weights.
*/
@Test
Expand Down Expand Up @@ -328,7 +328,7 @@ public void testDisconnectedMinimumSpanningTree()
}

/**
* Test the the minimum spanning tree on a path graph with 4 vertices
* Test the minimum spanning tree on a path graph with 4 vertices
* and non-uniform weights.
*/
@Test
Expand Down

0 comments on commit e4b2943

Please sign in to comment.