You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2023/02/24 15:43:41 UTC

[commons-statistics] branch master updated: Remove non-relevant javadoc link

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-statistics.git


The following commit(s) were added to refs/heads/master by this push:
     new cf0ba7b  Remove non-relevant javadoc link
cf0ba7b is described below

commit cf0ba7bcc5a59ea747a53baefe267a310b21cfcd
Author: aherbert <ah...@apache.org>
AuthorDate: Fri Feb 24 15:43:16 2023 +0000

    Remove non-relevant javadoc link
---
 .../java/org/apache/commons/statistics/inference/FisherExactTest.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/FisherExactTest.java b/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/FisherExactTest.java
index cef4abe..85ce3e9 100644
--- a/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/FisherExactTest.java
+++ b/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/FisherExactTest.java
@@ -95,7 +95,6 @@ public final class FisherExactTest {
      * @return odds ratio
      * @throws IllegalArgumentException if the {@code table} is not a 2-by-2 table; any
      * table entry is negative; or the sum of the table is 0 or larger than a 32-bit signed integer.
-     * @see #with(AlternativeHypothesis)
      * @see #test(int[][])
      */
     public double statistic(int[][] table) {