This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git
commit 4075e87c76bd12c39c428a9f6e99d06ded1048f2 Author: Gilles Sadowski <gillese...@gmail.com> AuthorDate: Sat Jun 5 14:50:58 2021 +0200 Unneeded "import" statement. --- .../main/java/org/apache/commons/math4/legacy/util/ComplexFormat.java | 1 - 1 file changed, 1 deletion(-) diff --git a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/util/ComplexFormat.java b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/util/ComplexFormat.java index 3098a5e..17b02ab 100644 --- a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/util/ComplexFormat.java +++ b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/util/ComplexFormat.java @@ -28,7 +28,6 @@ import org.apache.commons.math4.legacy.exception.MathParseException; import org.apache.commons.math4.legacy.exception.NoDataException; import org.apache.commons.math4.legacy.exception.NullArgumentException; import org.apache.commons.math4.legacy.exception.util.LocalizedFormats; -import org.apache.commons.math4.legacy.util.CompositeFormat; /** * Formats a Complex number in cartesian format "Re(c) + Im(c)i". 'i' can