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 2014/12/15 13:51:27 UTC

[2/2] [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/7fb571b1
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/7fb571b1
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/7fb571b1

Branch: refs/heads/master
Commit: 7fb571b16cc4a0912e8d74609941563c79fe9e97
Parents: de73ad3
Author: Gilles <er...@apache.org>
Authored: Mon Dec 15 13:48:48 2014 +0100
Committer: Gilles <er...@apache.org>
Committed: Mon Dec 15 13:48:48 2014 +0100

----------------------------------------------------------------------
 src/main/java/org/apache/commons/math3/util/MathArrays.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/7fb571b1/src/main/java/org/apache/commons/math3/util/MathArrays.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math3/util/MathArrays.java b/src/main/java/org/apache/commons/math3/util/MathArrays.java
index 8d515c6..a9e11b9 100644
--- a/src/main/java/org/apache/commons/math3/util/MathArrays.java
+++ b/src/main/java/org/apache/commons/math3/util/MathArrays.java
@@ -1584,7 +1584,7 @@ public class MathArrays {
      * @param stride Natural number.
      * @return an array whose entries are the numbers
      * {@code start, start + stride, ..., start + (size - 1) * stride}.
-     * If {@code n == 0}, the returned array is empty.
+     * If {@code size == 0}, the returned array is empty.
      *
      * @since 3.4
      */