removed unused import

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1084593 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2011-03-23 14:13:25 +00:00
parent d9e74e0417
commit d9e8a332b7
4 changed files with 0 additions and 4 deletions

View File

@ -24,7 +24,6 @@ import java.util.Random;
import org.apache.commons.math.exception.ConvergenceException;
import org.apache.commons.math.exception.MathIllegalArgumentException;
import org.apache.commons.math.exception.NullArgumentException;
import org.apache.commons.math.exception.NumberIsTooSmallException;
import org.apache.commons.math.exception.util.LocalizedFormats;
import org.apache.commons.math.stat.descriptive.moment.Variance;

View File

@ -20,7 +20,6 @@ package org.apache.commons.math;
import java.util.Locale;
import org.apache.commons.math.exception.util.LocalizedFormats;
import org.junit.Assert;
import org.junit.Test;

View File

@ -25,7 +25,6 @@ import java.io.ObjectInputStream;
import java.io.IOException;
import org.apache.commons.math.exception.MathUserException;
import org.apache.commons.math.exception.util.Localizable;
import org.apache.commons.math.exception.util.LocalizedFormats;
import org.apache.commons.math.ode.sampling.AbstractStepInterpolator;
import org.apache.commons.math.ode.sampling.DummyStepInterpolator;

View File

@ -19,7 +19,6 @@ package org.apache.commons.math.special;
import org.apache.commons.math.TestUtils;
import org.junit.Test;
import org.junit.Assert;
/**
* @version $Revision$ $Date$