Remove unused import.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1533642 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3689e48ab8
commit
1f87cb4afb
|
@ -16,7 +16,6 @@
|
|||
*/
|
||||
package org.apache.commons.math3.stat.descriptive;
|
||||
|
||||
import org.apache.commons.math3.exception.DimensionMismatchException;
|
||||
import org.apache.commons.math3.exception.NotPositiveException;
|
||||
import org.apache.commons.math3.exception.NullArgumentException;
|
||||
import org.apache.commons.math3.exception.NumberIsTooLargeException;
|
||||
|
|
Loading…
Reference in New Issue