Remove extra whitespace in Javadoc @link tags

This commit is contained in:
Gary Gregory 2025-03-05 08:56:57 -05:00
parent 8dad3b8b5f
commit 01a5a62e56

View File

@ -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[].
*/