Skip to content

Commit 254e8ef

Browse files
committed
Fix one new style error introduced in scaladoc warning commit
1 parent 5b2fce2 commit 254e8ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/src/main/scala/org/apache/spark/util/StatCounter.scala

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ package org.apache.spark.util
1919

2020
/**
2121
* A class for tracking the statistics of a set of numbers (count, mean and variance) in a
22-
* numerically robust way. Includes support for merging two StatCounters. Based on
23-
* [[http://en.wikipedia.org/wiki/Algorithms_for_calculating_variance Welford and Chan's algorithms for running variance]].
22+
* numerically robust way. Includes support for merging two StatCounters. Based on Welford
23+
* and Chan's [[http://en.wikipedia.org/wiki/Algorithms_for_calculating_variance algorithms]]
24+
* for running variance.
2425
*
2526
* @constructor Initialize the StatCounter with the given values.
2627
*/

0 commit comments

Comments
 (0)