You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2008/02/10 22:10:31 UTC

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

Author: psteitz
Date: Sun Feb 10 13:10:30 2008
New Revision: 620330

URL: http://svn.apache.org/viewvc?rev=620330&view=rev
Log:
Javadoc. Removed obsolete comment.
JIRA: MATH-187
Reported by Sebastian Bazley

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=620330&r1=620329&r2=620330&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 Sun Feb 10 13:10:30 2008
@@ -27,7 +27,7 @@
 public class MatrixUtils {
 
     /**
-     * Default constructor.  Package scope to prevent unwanted instantiation. 
+     * Default constructor.
      */
     public MatrixUtils() {
         super();