Javadoc. Added missing param tag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1054340 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8f2457f593
commit
d9b4eface7
|
@ -172,6 +172,8 @@ public class ResizableDoubleArray implements DoubleArray, Serializable {
|
|||
* <li><code>expansionFactor = 2.5</code></li>
|
||||
* <li><code>contractionFactor = 2.0</code></li>
|
||||
* </ul>
|
||||
*
|
||||
* @param initialArray initial array
|
||||
*/
|
||||
public ResizableDoubleArray(double[] initialArray) {
|
||||
if (initialArray == null) {
|
||||
|
|
Loading…
Reference in New Issue