Repository: commons-math
Updated Branches:
  refs/heads/master a6a4bd1fc -> abb205795


Fixed javadoc.

Thanks to Ole Ersoy for the patch.

Github: closes #19

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

Branch: refs/heads/master
Commit: abb2057959377f26664bf4f8a2b4aea9422c1092
Parents: a6a4bd1
Author: Luc Maisonobe <l...@apache.org>
Authored: Tue Dec 15 19:44:38 2015 +0100
Committer: Luc Maisonobe <l...@apache.org>
Committed: Tue Dec 15 19:44:38 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-math/blob/abb20579/src/main/java/org/apache/commons/math4/FieldElement.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/FieldElement.java 
b/src/main/java/org/apache/commons/math4/FieldElement.java
index 7732c00..b7aa247 100644
--- a/src/main/java/org/apache/commons/math4/FieldElement.java
+++ b/src/main/java/org/apache/commons/math4/FieldElement.java
@@ -31,7 +31,7 @@ public interface FieldElement<T> {
     /** Compute this + a.
      * @param a element to add
      * @return a new element representing this + a
-     * @throws NullArgumentException if {@code addend} is {@code null}.
+     * @throws NullArgumentException if {@code a} is {@code null}.
      */
     T add(T a) throws NullArgumentException;
 

Reply via email to