Unused "import".
This commit is contained in:
parent
4e93138656
commit
e4a613ffe0
|
@ -19,7 +19,6 @@ package org.apache.commons.math4.distribution;
|
|||
import java.io.Serializable;
|
||||
import java.lang.reflect.Array;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.commons.math4.exception.MathArithmeticException;
|
||||
|
|
|
@ -17,9 +17,6 @@
|
|||
package org.apache.commons.math4.distribution;
|
||||
|
||||
import org.apache.commons.statistics.distribution.DiscreteDistribution;
|
||||
import org.apache.commons.math4.exception.NumberIsTooLargeException;
|
||||
import org.apache.commons.math4.exception.OutOfRangeException;
|
||||
import org.apache.commons.rng.UniformRandomProvider;
|
||||
|
||||
/**
|
||||
* Interface for distributions on the integers.
|
||||
|
|
|
@ -17,9 +17,6 @@
|
|||
package org.apache.commons.math4.distribution;
|
||||
|
||||
import org.apache.commons.statistics.distribution.ContinuousDistribution;
|
||||
import org.apache.commons.math4.exception.NumberIsTooLargeException;
|
||||
import org.apache.commons.math4.exception.OutOfRangeException;
|
||||
import org.apache.commons.rng.UniformRandomProvider;
|
||||
|
||||
/**
|
||||
* Base interface for distributions on the reals.
|
||||
|
|
Loading…
Reference in New Issue