You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2008/06/16 12:40:12 UTC

svn commit: r668105 - /commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/linear/BigMatrixImpl.java

Author: luc
Date: Mon Jun 16 03:40:12 2008
New Revision: 668105

URL: http://svn.apache.org/viewvc?rev=668105&view=rev
Log:
fixed javadoc link

Modified:
    commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/linear/BigMatrixImpl.java

Modified: commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/linear/BigMatrixImpl.java
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/linear/BigMatrixImpl.java?rev=668105&r1=668104&r2=668105&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/linear/BigMatrixImpl.java (original)
+++ commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/linear/BigMatrixImpl.java Mon Jun 16 03:40:12 2008
@@ -133,7 +133,7 @@
      * @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) {