git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1412070 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-11-21 11:49:00 +00:00
parent 7cd13e4935
commit 0f8b842020
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ public class ResizableDoubleArray implements DoubleArray, Serializable {
* @param expansionMode the expansion mode
* @throws MathIllegalArgumentException if parameters are not valid
* @deprecated As of 3.1. Please use
* {@link #ResizableDoubleArray(int,float,float,ExpansionMode,double[])}
* {@link #ResizableDoubleArray(int,double,double,ExpansionMode,double[])}
* instead.
*/
public ResizableDoubleArray(int initialCapacity, float expansionFactor,