Unused "import".

This commit is contained in:
Gilles 2018-05-16 16:51:12 +02:00
parent 78ee07c627
commit 064f5994f6

View File

@ -16,11 +16,9 @@
*/
package org.apache.commons.math4.analysis.integration;
import org.apache.commons.math4.exception.MaxCountExceededException;
import org.apache.commons.math4.exception.NotStrictlyPositiveException;
import org.apache.commons.math4.exception.NumberIsTooLargeException;
import org.apache.commons.math4.exception.NumberIsTooSmallException;
import org.apache.commons.math4.exception.TooManyEvaluationsException;
import org.apache.commons.math4.util.FastMath;
/**