You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2021/05/26 02:36:44 UTC

[commons-math] 02/06: Unused "import" statements.

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 <gi...@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 {
     /**