From 7b7f9388eb6aecb156c1309f009659689f64e5f8 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Sat, 16 Feb 2008 16:39:03 +0000 Subject: [PATCH] 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 --- .../commons/math/stat/descriptive/moment/GeometricMean.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/commons/math/stat/descriptive/moment/GeometricMean.java b/src/java/org/apache/commons/math/stat/descriptive/moment/GeometricMean.java index a52196557..4b5417ded 100644 --- a/src/java/org/apache/commons/math/stat/descriptive/moment/GeometricMean.java +++ b/src/java/org/apache/commons/math/stat/descriptive/moment/GeometricMean.java @@ -123,7 +123,7 @@ public class GeometricMean extends AbstractStorelessUnivariateStatistic { /** *

Sets the implementation for the sum of logs.

*

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.

* * @param sumLogImpl the StorelessUnivariateStatistic instance to use