Removed empty loop.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141488 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-10-28 03:02:34 +00:00
parent 9000bde94d
commit fd2df97aa6
1 changed files with 1 additions and 4 deletions

View File

@ -23,7 +23,7 @@ import junit.framework.TestSuite;
/**
* Test cases for the {@link MatrixUtils} class.
*
* @version $Revision: 1.2 $ $Date: 2004/10/25 05:36:15 $
* @version $Revision: 1.3 $ $Date: 2004/10/28 03:02:34 $
*/
public final class MatrixUtilsTest extends TestCase {
@ -50,9 +50,6 @@ public final class MatrixUtilsTest extends TestCase {
public MatrixUtilsTest(String name) {
super(name);
for (int i = 0; i < row.length; i++) {
}
}
public void setUp() {