fixed missing @return tag
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@791728 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
852a75dfe4
commit
2caa986e25
|
@ -292,7 +292,7 @@ public class SummaryStatistics implements StatisticalSummary, Serializable {
|
|||
* Returns <code>Double.NaN</code> if no data values have been added and
|
||||
* returns <code>0</code> if there is just one value in the data set.</p>
|
||||
* <p>
|
||||
*
|
||||
* @return second central moment statistic
|
||||
* @since 2.0
|
||||
*/
|
||||
public double getSecondMoment() {
|
||||
|
|
Loading…
Reference in New Issue