From fc5606177f0158f72e093b66a7e35c675c84c92e Mon Sep 17 00:00:00 2001 From: Gilles Sadowski Date: Sun, 5 Sep 2010 21:37:50 +0000 Subject: [PATCH] Fixed typo in Javadoc comment. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@992897 13f79535-47bb-0310-9956-ffa450edef68 --- .../commons/math/stat/descriptive/summary/SumOfLogs.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/math/stat/descriptive/summary/SumOfLogs.java b/src/main/java/org/apache/commons/math/stat/descriptive/summary/SumOfLogs.java index 24960e3d4..a4ce08ef1 100644 --- a/src/main/java/org/apache/commons/math/stat/descriptive/summary/SumOfLogs.java +++ b/src/main/java/org/apache/commons/math/stat/descriptive/summary/SumOfLogs.java @@ -24,9 +24,10 @@ import org.apache.commons.math.util.FastMath; /** * Returns the sum of the natural logs for this collection of values. *

- * Uses {@link org.apache.commons.Math.util.FastMath#log(double)} to compute the logs. Therefore, + * Uses {@link org.apache.commons.math.util.FastMath#log(double)} to compute the logs. + * Therefore, *