Removed unused import.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@165581 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2005-05-02 05:01:44 +00:00
parent e368d0d702
commit ddda136b4b
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ package org.apache.commons.math.util;
import java.math.BigDecimal;
import org.apache.commons.math.TestUtils;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;