This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch modularized_master in repository https://gitbox.apache.org/repos/asf/commons-math.git
commit 144cb12200709649fc11ddbb8494c3b370c2c991 Author: Gilles Sadowski <gillese...@gmail.com> AuthorDate: Wed May 26 04:35:16 2021 +0200 Unused "import". --- .../org/apache/commons/math4/legacy/util/MathUtilsTest.java | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/util/MathUtilsTest.java b/commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/util/MathUtilsTest.java index 0cd5dc5..5743964 100644 --- a/commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/util/MathUtilsTest.java +++ b/commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/util/MathUtilsTest.java @@ -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. *