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:
Thomas Neidhart 2013-10-18 21:33:49 +00:00
parent 3689e48ab8
commit 1f87cb4afb
1 changed files with 0 additions and 1 deletions

View File

@ -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;