Unused "import".

This commit is contained in:
Gilles Sadowski 2021-05-26 04:35:16 +02:00
parent 23c029484f
commit 144cb12200
1 changed files with 2 additions and 10 deletions

View File

@ -13,19 +13,11 @@
*/
package org.apache.commons.math4.legacy.util;
import org.apache.commons.numbers.angle.PlaneAngleRadians;
import org.apache.commons.statistics.distribution.ContinuousDistribution;
import org.apache.commons.statistics.distribution.UniformContinuousDistribution;
import org.apache.commons.math4.legacy.exception.MathArithmeticException;
import org.apache.commons.math4.legacy.exception.NotFiniteNumberException;
import org.apache.commons.math4.legacy.exception.NullArgumentException;
import org.apache.commons.math4.legacy.exception.util.LocalizedFormats;
import org.apache.commons.rng.UniformRandomProvider;
import org.apache.commons.rng.simple.RandomSource;
import org.apache.commons.rng.sampling.PermutationSampler;
import org.junit.Assert;
import org.junit.Test;
import org.apache.commons.numbers.angle.PlaneAngleRadians;
/**
* Test cases for the MathUtils class.
*