fixed a javadoc link that used the wrong method name

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628352 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2008-02-16 16:39:03 +00:00
parent b660e38549
commit 7b7f9388eb
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ public class GeometricMean extends AbstractStorelessUnivariateStatistic {
/** /**
* <p>Sets the implementation for the sum of logs.</p> * <p>Sets the implementation for the sum of logs.</p>
* <p>This method must be activated before any data has been added - i.e., * <p>This method must be activated before any data has been added - i.e.,
* before {@link #addValue(double) addValue} has been used to add data; * before {@link #increment(double) increment} has been used to add data;
* otherwise an IllegalStateException will be thrown.</p> * otherwise an IllegalStateException will be thrown.</p>
* *
* @param sumLogImpl the StorelessUnivariateStatistic instance to use * @param sumLogImpl the StorelessUnivariateStatistic instance to use