You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2017/08/09 12:38:47 UTC

[2/4] [math] Javadoc.

Javadoc.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/496934ef
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/496934ef
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/496934ef

Branch: refs/heads/master
Commit: 496934effc75fffa43a153c2e326fc3ed17cfd56
Parents: 05c28c0
Author: Gilles <er...@apache.org>
Authored: Wed Aug 9 13:56:01 2017 +0200
Committer: Gilles <er...@apache.org>
Committed: Wed Aug 9 13:56:01 2017 +0200

----------------------------------------------------------------------
 .../commons/math4/stat/descriptive/DescriptiveStatistics.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/496934ef/src/main/java/org/apache/commons/math4/stat/descriptive/DescriptiveStatistics.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/stat/descriptive/DescriptiveStatistics.java b/src/main/java/org/apache/commons/math4/stat/descriptive/DescriptiveStatistics.java
index ac40dad..70fbcd9 100644
--- a/src/main/java/org/apache/commons/math4/stat/descriptive/DescriptiveStatistics.java
+++ b/src/main/java/org/apache/commons/math4/stat/descriptive/DescriptiveStatistics.java
@@ -132,7 +132,7 @@ public class DescriptiveStatistics implements StatisticalSummary, Serializable {
      * Construct a {@code DescriptiveStatistics} instance with an infinite
      * window and the initial data values in {@code initialDoubleArray}.
      * If {@code initialDoubleArray} is {@code null}, then this constructor
-     * corresponds to {@link #DescriptiveStatistics() }.
+     * corresponds to the {@link #DescriptiveStatistics() default constructor}.
      *
      * @param initialDoubleArray the initial double[].
      */