Unused "import" statements.
This commit is contained in:
parent
0cfc410cb0
commit
4bb1787631
|
@ -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 {
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue