removed unused import

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@808313 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-08-27 08:06:43 +00:00
parent 62c09640bb
commit 57b29f4a43
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@
package org.apache.commons.math.optimization.linear;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import java.util.ArrayList;
import java.util.Collection;