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:
Sebastien Brisard 2012-09-10 17:42:53 +00:00
parent 7146906696
commit a70cb1668e
1 changed files with 0 additions and 1 deletions

View File

@ -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();