You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2009/07/07 09:17:51 UTC

svn commit: r791728 - /commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SummaryStatistics.java

Author: luc
Date: Tue Jul  7 07:17:50 2009
New Revision: 791728

URL: http://svn.apache.org/viewvc?rev=791728&view=rev
Log:
fixed missing @return tag

Modified:
    commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SummaryStatistics.java

Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SummaryStatistics.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SummaryStatistics.java?rev=791728&r1=791727&r2=791728&view=diff
==============================================================================
--- commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SummaryStatistics.java (original)
+++ commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SummaryStatistics.java Tue Jul  7 07:17:50 2009
@@ -292,7 +292,7 @@
      * 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() {