Author: luc
Date: Sat Feb 16 08:39:03 2008
New Revision: 628352

URL: http://svn.apache.org/viewvc?rev=628352&view=rev
Log:
fixed a javadoc link that used the wrong method name

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

Modified: 
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/moment/GeometricMean.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/moment/GeometricMean.java?rev=628352&r1=628351&r2=628352&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/moment/GeometricMean.java
 (original)
+++ 
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/moment/GeometricMean.java
 Sat Feb 16 08:39:03 2008
@@ -123,7 +123,7 @@
     /**
      * <p>Sets the implementation for the sum of logs.</p>
      * <p>This method must be activated before any data has been added - i.e.,
-     * before [EMAIL PROTECTED] #addValue(double) addValue} has been used to 
add data; 
+     * before [EMAIL PROTECTED] #increment(double) increment} has been used to 
add data; 
      * otherwise an IllegalStateException will be thrown.</p>
      * 
      * @param sumLogImpl the StorelessUnivariateStatistic instance to use


Reply via email to