From 57fbcf7362f4afccc3d6f710a54a0ed27c8ddd66 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Mon, 16 Jun 2008 10:40:12 +0000 Subject: [PATCH] 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 --- src/java/org/apache/commons/math/linear/BigMatrixImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/commons/math/linear/BigMatrixImpl.java b/src/java/org/apache/commons/math/linear/BigMatrixImpl.java index ce92c40b1..7cd61cb2c 100644 --- a/src/java/org/apache/commons/math/linear/BigMatrixImpl.java +++ b/src/java/org/apache/commons/math/linear/BigMatrixImpl.java @@ -133,7 +133,7 @@ public class BigMatrixImpl implements BigMatrix, Serializable { * @throws IllegalArgumentException if d is not rectangular * (not all rows have the same length) or empty * @throws NullPointerException if d is null - * @see #BigMatrix(BigDecimal[][]) + * @see #BigMatrixImpl(BigDecimal[][]) */ public BigMatrixImpl(BigDecimal[][] d, boolean copyArray) { if (copyArray) {