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-math.git
The following commit(s) were added to refs/heads/master by this push: new 01a5a62e5 Remove extra whitespace in Javadoc @link tags 01a5a62e5 is described below commit 01a5a62e565692c6a00a7a65deea9e7aaaa7cfb0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Mar 5 08:56:57 2025 -0500 Remove extra whitespace in Javadoc @link tags --- .../commons/math4/legacy/stat/descriptive/DescriptiveStatistics.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/DescriptiveStatistics.java b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/DescriptiveStatistics.java index 32c00e728..383fd7774 100644 --- a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/DescriptiveStatistics.java +++ b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/DescriptiveStatistics.java @@ -140,7 +140,7 @@ public class DescriptiveStatistics implements StatisticalSummary { * Construct a DescriptiveStatistics instance with an infinite window * and the initial data values in {@code initialDoubleArray}. * If {@code initialDoubleArray} is {@code null}, then this constructor - * corresponds to {@link #DescriptiveStatistics() }. + * corresponds to {@link #DescriptiveStatistics()}. * * @param initialDoubleArray the initial Double[]. */