Removed unused @throws Javadoc tag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1382998 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7146906696
commit
a70cb1668e
|
@ -81,7 +81,6 @@ public class ArrayRealVector extends RealVector implements Serializable {
|
|||
* Construct a vector from an array, copying the input array.
|
||||
*
|
||||
* @param d Array.
|
||||
* @throws NullArgumentException if {@code d} is {@code null}.
|
||||
*/
|
||||
public ArrayRealVector(double[] d) {
|
||||
data = d.clone();
|
||||
|
|
Loading…
Reference in New Issue