You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ce...@apache.org on 2012/09/21 03:56:06 UTC

svn commit: r1388298 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/AbstractRealMatrix.java

Author: celestin
Date: Fri Sep 21 01:56:06 2012
New Revision: 1388298

URL: http://svn.apache.org/viewvc?rev=1388298&view=rev
Log:
In AbstractRealMatrix, removed orphan javadoc comment.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/AbstractRealMatrix.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/AbstractRealMatrix.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/AbstractRealMatrix.java?rev=1388298&r1=1388297&r2=1388298&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/AbstractRealMatrix.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/AbstractRealMatrix.java Fri Sep 21 01:56:06 2012
@@ -616,8 +616,6 @@ public abstract class AbstractRealMatrix
         return getColumnDimension() == getRowDimension();
     }
 
-    /** {@inheritDoc} */
-
     /**
      * Returns the number of rows of this matrix.
      *