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 8b294b7  Javadoc: Fix double "to" "
8b294b7 is described below

commit 8b294b7dc8d336b1ef538a910ad58c598e1377f4
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 26 16:27:48 2025 -0500

    Javadoc: Fix double "to"
    "
---
 src/main/java/org/apache/commons/graph/collections/FibonacciHeap.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/graph/collections/FibonacciHeap.java 
b/src/main/java/org/apache/commons/graph/collections/FibonacciHeap.java
index ab77daa..9f2a149 100644
--- a/src/main/java/org/apache/commons/graph/collections/FibonacciHeap.java
+++ b/src/main/java/org/apache/commons/graph/collections/FibonacciHeap.java
@@ -203,7 +203,7 @@ public final class FibonacciHeap<E>
     }
 
     /**
-     * Compare the given objects according to to the specified comparator if 
not null,
+     * Compare the given objects according to the specified comparator if not 
null,
      * according to their natural ordering otherwise.
      *
      * @param o1 the first {@link FibonacciHeap} node to be compared
@@ -445,7 +445,7 @@ public final class FibonacciHeap<E>
      * 3  mark[y]  FALSE</pre>
      *
      * @param y the node has to be removed from the root list
-     * @param x the node has to to become fater of {@code y}
+     * @param x the node has to become fater of {@code y}
      */
     private void link( FibonacciHeapNode<E> y, FibonacciHeapNode<E> x )
     {

Reply via email to