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 2018/01/26 14:44:22 UTC

[02/36] commons-numbers git commit: added a comma to Complex.java . this is a test to see if I have sorted out pushing to a branch.

added a comma to Complex.java . this is a test to see if I have sorted out pushing to a branch.


Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/8c4026ad
Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/8c4026ad
Diff: http://git-wip-us.apache.org/repos/asf/commons-numbers/diff/8c4026ad

Branch: refs/heads/master
Commit: 8c4026adce30725f9011283951e3f9e363e0d119
Parents: b37c9f1
Author: Eric Barnhill <er...@apache.org>
Authored: Thu Mar 30 20:41:32 2017 +0200
Committer: Eric Barnhill <er...@apache.org>
Committed: Thu Mar 30 20:41:32 2017 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/commons/numbers/complex/Complex.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/8c4026ad/commons-numbers-complex/src/main/java/org/apache/commons/numbers/complex/Complex.java
----------------------------------------------------------------------
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 4e9022e..35f3a26 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
@@ -22,7 +22,7 @@ import java.util.ArrayList;
 import java.util.List;
 import org.apache.commons.numbers.core.Precision;
 /**
- * Representation of a Complex number, i.e. a number which has both a
+ * Representation of a Complex number, i.e., a number which has both a
  * real and imaginary part.
  * <p>
  * Implementations of arithmetic operations handle {@code NaN} and