Repository: commons-numbers
Updated Branches:
  refs/heads/master d79edb264 -> 61d27bd9e


Javadoc.


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

Branch: refs/heads/master
Commit: b2943506238c2c0debc3829e09ca469dbf1ae001
Parents: d79edb2
Author: Gilles Sadowski <gil...@harfang.homelinux.org>
Authored: Sun May 14 21:55:46 2017 +0200
Committer: Gilles Sadowski <gil...@harfang.homelinux.org>
Committed: Sun May 14 21:55:46 2017 +0200

----------------------------------------------------------------------
 .../java/org/apache/commons/numbers/gamma/InvGamma1pm1Test.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/b2943506/commons-numbers-gamma/src/test/java/org/apache/commons/numbers/gamma/InvGamma1pm1Test.java
----------------------------------------------------------------------
diff --git 
a/commons-numbers-gamma/src/test/java/org/apache/commons/numbers/gamma/InvGamma1pm1Test.java
 
b/commons-numbers-gamma/src/test/java/org/apache/commons/numbers/gamma/InvGamma1pm1Test.java
index ff35b9d..008dec4 100644
--- 
a/commons-numbers-gamma/src/test/java/org/apache/commons/numbers/gamma/InvGamma1pm1Test.java
+++ 
b/commons-numbers-gamma/src/test/java/org/apache/commons/numbers/gamma/InvGamma1pm1Test.java
@@ -25,7 +25,7 @@ import org.junit.Test;
 public class InvGamma1pm1Test {
     /**
      * <p>
-     * Reference values for the {@link Gamma#invGamma1pm1(double)} method.
+     * Reference values for the {@link InvGamma1pm1#value(double)} method.
      * These values were generated with the following <a
      * href="http://maxima.sourceforge.net/";>Maxima</a> script
      * </p>

Reply via email to