From 3b6bbf6d2cb86d165620f77cec8336b9050503af Mon Sep 17 00:00:00 2001 From: Gilles Sadowski Date: Mon, 22 Oct 2012 13:57:26 +0000 Subject: [PATCH] Javadoc. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1400881 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/commons/math3/util/ResizableDoubleArray.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/math3/util/ResizableDoubleArray.java b/src/main/java/org/apache/commons/math3/util/ResizableDoubleArray.java index 70bbf3688..cce62d9de 100644 --- a/src/main/java/org/apache/commons/math3/util/ResizableDoubleArray.java +++ b/src/main/java/org/apache/commons/math3/util/ResizableDoubleArray.java @@ -668,7 +668,7 @@ public class ResizableDoubleArray implements DoubleArray, Serializable { } /** - * Sets the contraction criteria for this ExpandContractDoubleArray. + * Sets the contraction criteria. * * @param contractionCriteria contraction criteria * @throws MathIllegalArgumentException if the contractionCriteria is less than