Skip to content

Commit 01a5a62

Browse files
committed
Remove extra whitespace in Javadoc @link tags
1 parent 8dad3b8 commit 01a5a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/DescriptiveStatistics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public DescriptiveStatistics(double[] initialDoubleArray) {
140140
* Construct a DescriptiveStatistics instance with an infinite window
141141
* and the initial data values in {@code initialDoubleArray}.
142142
* If {@code initialDoubleArray} is {@code null}, then this constructor
143-
* corresponds to {@link #DescriptiveStatistics() }.
143+
* corresponds to {@link #DescriptiveStatistics()}.
144144
*
145145
* @param initialDoubleArray the initial Double[].
146146
*/

0 commit comments

Comments
 (0)