removed unneeded import statements

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@705210 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2008-10-16 11:33:21 +00:00
parent ab5b3d3944
commit c376e656d7
1 changed files with 1 additions and 4 deletions

View File

@ -16,12 +16,9 @@
*/
package org.apache.commons.math.stat.regression;
import org.apache.commons.math.TestUtils;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import org.apache.commons.math.TestUtils;
import org.apache.commons.math.linear.RealMatrixImpl;
public class OLSMultipleLinearRegressionTest extends AbstractMultipleLinearRegressionTest {