This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
The following commit(s) were added to refs/heads/master by this push: new 97b517d Formatting nit. 97b517d is described below commit 97b517df0e6d9cd9289a29eb5dc0a67f5e2181de Author: aherbert <aherb...@apache.org> AuthorDate: Wed Nov 6 17:06:35 2019 +0000 Formatting nit. --- .../src/main/java/org/apache/commons/numbers/complex/Complex.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-numbers-complex/src/main/java/org/apache/commons/numbers/complex/Complex.java b/commons-numbers-complex/src/main/java/org/apache/commons/numbers/complex/Complex.java index afced7e..c6c5224 100644 --- a/commons-numbers-complex/src/main/java/org/apache/commons/numbers/complex/Complex.java +++ b/commons-numbers-complex/src/main/java/org/apache/commons/numbers/complex/Complex.java @@ -108,7 +108,7 @@ public final class Complex implements Serializable { return new Complex(real, 0); } - /** + /** * Creates a Complex from its polar representation. * * If {@code r} is infinite and {@code theta} is finite, infinite or NaN