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-numbers.git
The following commit(s) were added to refs/heads/master by this push:
new 45d60476 Javadoc: Fix double the
45d60476 is described below
commit 45d6047675772f648264afb58017629566a9c1e8
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 26 16:17:31 2025 -0500
Javadoc: Fix double the
---
.../src/main/java/org/apache/commons/numbers/arrays/QuickSelect.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/commons-numbers-arrays/src/main/java/org/apache/commons/numbers/arrays/QuickSelect.java
b/commons-numbers-arrays/src/main/java/org/apache/commons/numbers/arrays/QuickSelect.java
index aa7adbb0..6fc83e31 100644
---
a/commons-numbers-arrays/src/main/java/org/apache/commons/numbers/arrays/QuickSelect.java
+++
b/commons-numbers-arrays/src/main/java/org/apache/commons/numbers/arrays/QuickSelect.java
@@ -1163,7 +1163,7 @@ final class QuickSelect {
* partition method by Vladimir Yaroslavskiy; the fall-back on poor
convergence of
* the quickselect is a heapselect.
*
- * <p>The {@code flags} contain the the current recursion count and the
configured
+ * <p>The {@code flags} contain the current recursion count and the
configured
* length threshold for {@code r - l} to perform sort select. The count is
in the upper
* bits and the threshold is in the lower bits.
*
@@ -2422,7 +2422,7 @@ final class QuickSelect {
* partition method by Vladimir Yaroslavskiy; the fall-back on poor
convergence of
* the quickselect is a heapselect.
*
- * <p>The {@code flags} contain the the current recursion count and the
configured
+ * <p>The {@code flags} contain the current recursion count and the
configured
* length threshold for {@code r - l} to perform sort select. The count is
in the upper
* bits and the threshold is in the lower bits.
*