fixed javadoc link

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@668105 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2008-06-16 10:40:12 +00:00
parent f9b8731e89
commit 57fbcf7362
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public class BigMatrixImpl implements BigMatrix, Serializable {
* @throws IllegalArgumentException if <code>d</code> is not rectangular
* (not all rows have the same length) or empty
* @throws NullPointerException if <code>d</code> is null
* @see #BigMatrix(BigDecimal[][])
* @see #BigMatrixImpl(BigDecimal[][])
*/
public BigMatrixImpl(BigDecimal[][] d, boolean copyArray) {
if (copyArray) {