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 2009/06/02 23:02:14 UTC

svn commit: r781167 - /commons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixUtils.java

Author: luc
Date: Tue Jun  2 21:02:14 2009
New Revision: 781167

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

Modified:
    commons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixUtils.java

Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixUtils.java?rev=781167&r1=781166&r2=781167&view=diff
==============================================================================
--- commons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixUtils.java (original)
+++ commons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixUtils.java Tue Jun  2 21:02:14 2009
@@ -890,7 +890,7 @@
      * @param ois stream from which the real matrix should be read
      * @exception ClassNotFoundException if a class in the stream cannot be found
      * @exception IOException if object cannot be read from the stream
-     * @see #serializeVector(RealVector, ObjectOutputStream)
+     * @see #serializeRealMatrix(RealMatrix, ObjectOutputStream)
      */
     public static void deserializeRealMatrix(final Object instance,
                                              final String fieldName,