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-statistics.git
The following commit(s) were added to refs/heads/master by this push:
new 8f661c97 Javadoc: Fix double the
8f661c97 is described below
commit 8f661c979dfc65c1bb0bb986c9e50c4818150acd
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 26 16:17:49 2025 -0500
Javadoc: Fix double the
---
.../apache/commons/statistics/descriptive/BaseDoubleStatisticTest.java | 2 +-
.../org/apache/commons/statistics/descriptive/BaseIntStatisticTest.java | 2 +-
.../apache/commons/statistics/descriptive/BaseLongStatisticTest.java | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/BaseDoubleStatisticTest.java
b/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/BaseDoubleStatisticTest.java
index 18c65151..de9ed8dd 100644
---
a/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/BaseDoubleStatisticTest.java
+++
b/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/BaseDoubleStatisticTest.java
@@ -1356,7 +1356,7 @@ abstract class BaseDoubleStatisticTest<S extends
DoubleStatistic & StatisticAccu
}
// final value
if (end != n) {
- // Merging with the previous pair will make the the end
statistic
+ // Merging with the previous pair will make the end statistic
// progressively larger than the others. However the final
merge should
// be limited to below a 1:2 ratio.
// Note: Set up the indices and copy the above code.
diff --git
a/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/BaseIntStatisticTest.java
b/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/BaseIntStatisticTest.java
index b0cd7f4e..bb8cc4ca 100644
---
a/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/BaseIntStatisticTest.java
+++
b/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/BaseIntStatisticTest.java
@@ -1244,7 +1244,7 @@ abstract class BaseIntStatisticTest<S extends
IntStatistic & StatisticAccumulato
}
// final value
if (end != n) {
- // Merging with the previous pair will make the the end
statistic
+ // Merging with the previous pair will make the end statistic
// progressively larger than the others. However the final
merge should
// be limited to below a 1:2 ratio.
// Note: Set up the indices and copy the above code.
diff --git
a/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/BaseLongStatisticTest.java
b/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/BaseLongStatisticTest.java
index cb788d21..540a31c7 100644
---
a/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/BaseLongStatisticTest.java
+++
b/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/BaseLongStatisticTest.java
@@ -1243,7 +1243,7 @@ abstract class BaseLongStatisticTest<S extends
LongStatistic & StatisticAccumula
}
// final value
if (end != n) {
- // Merging with the previous pair will make the the end
statistic
+ // Merging with the previous pair will make the end statistic
// progressively larger than the others. However the final
merge should
// be limited to below a 1:2 ratio.
// Note: Set up the indices and copy the above code.