This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-graph.git
The following commit(s) were added to refs/heads/master by this push:
new e4b2943 Javadoc fixes
e4b2943 is described below
commit e4b29438c252040529b0c6d72476bd5befb83520
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 13 14:46:46 2023 -0500
Javadoc fixes
---
src/test/java/org/apache/commons/graph/spanning/KruskalTestCase.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/test/java/org/apache/commons/graph/spanning/KruskalTestCase.java
b/src/test/java/org/apache/commons/graph/spanning/KruskalTestCase.java
index df79605..bbfd676 100644
--- a/src/test/java/org/apache/commons/graph/spanning/KruskalTestCase.java
+++ b/src/test/java/org/apache/commons/graph/spanning/KruskalTestCase.java
@@ -228,7 +228,7 @@ public final class KruskalTestCase
}
/**
- * 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
@@ -328,7 +328,7 @@ public final class KruskalTestCase
}
/**
- * 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