You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2012/07/23 17:07:39 UTC

svn commit: r1364668 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/SparseRealMatrixTest.java

Author: erans
Date: Mon Jul 23 15:07:39 2012
New Revision: 1364668

URL: http://svn.apache.org/viewvc?rev=1364668&view=rev
Log:
Fixed typo (svn tag).

Modified:
    commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/SparseRealMatrixTest.java

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/SparseRealMatrixTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/SparseRealMatrixTest.java?rev=1364668&r1=1364667&r2=1364668&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/SparseRealMatrixTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/SparseRealMatrixTest.java Mon Jul 23 15:07:39 2012
@@ -30,7 +30,6 @@ import org.apache.commons.math3.exceptio
  * Test cases for the {@link OpenMapRealMatrix} class.
  *
  * @version $Id$
- *          2008) $
  */
 public final class SparseRealMatrixTest {