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 4bb17876314de05849efc3052f41e267f87f82ff
Author: Gilles Sadowski <gillese...@gmail.com>
AuthorDate: Wed May 26 03:05:08 2021 +0200

    Unused "import" statements.
---
 .../main/java/org/apache/commons/math4/legacy/util/MathUtils.java    | 5 -----
 1 file changed, 5 deletions(-)

diff --git 
a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/util/MathUtils.java
 
b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/util/MathUtils.java
index 221f613..d9f4f14 100644
--- 
a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/util/MathUtils.java
+++ 
b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/util/MathUtils.java
@@ -17,9 +17,6 @@
 
 package org.apache.commons.math4.legacy.util;
 
-import java.util.Arrays;
-
-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.Localizable;
@@ -28,8 +25,6 @@ import 
org.apache.commons.math4.legacy.exception.util.LocalizedFormats;
 /**
  * Miscellaneous utility functions.
  *
- * @see MathArrays
- *
  */
 public final class MathUtils {
     /**

Reply via email to