This is an automated email from the ASF dual-hosted git repository.
aherbert 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 9c72841d Errata commit: This commit has no substantive code change
9c72841d is described below
commit 9c72841d6f685a4b5e9b1011efc0e8caf58ab1ce
Author: Alex Herbert <[email protected]>
AuthorDate: Wed Apr 15 11:58:01 2026 +0100
Errata commit: This commit has no substantive code change
This commit is provided only to document a correction to a previous
commit message.
This pertains to commit object edc8bf17af44bf5dc1623d473e27df5fac7b818e
Original incorrect commit message:
RNG-90: Add ofRange to statistic creation benchmark
Correction:
STATISTICS-90: Add ofRange to statistic creation benchmark
---
.../examples/jmh/descriptive/StatisticCreationPerformance.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/commons-statistics-examples/examples-jmh/src/main/java/org/apache/commons/statistics/examples/jmh/descriptive/StatisticCreationPerformance.java
b/commons-statistics-examples/examples-jmh/src/main/java/org/apache/commons/statistics/examples/jmh/descriptive/StatisticCreationPerformance.java
index ebd83364..4d09d2a6 100644
---
a/commons-statistics-examples/examples-jmh/src/main/java/org/apache/commons/statistics/examples/jmh/descriptive/StatisticCreationPerformance.java
+++
b/commons-statistics-examples/examples-jmh/src/main/java/org/apache/commons/statistics/examples/jmh/descriptive/StatisticCreationPerformance.java
@@ -124,7 +124,7 @@ public class StatisticCreationPerformance {
* @param values Values.
* @param from Inclusive start of the range.
* @param to Exclusive end of the range.
- * @return object.
+ * @return result
*/
R apply(T values, int from, int to);
}