mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 18:18:56 +00:00
Javadoc. Added missing param tag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1054340 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5f455507ee
commit
0958d5c296
@ -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…
x
Reference in New Issue
Block a user