Fixed wrong javadoc reference.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1244130 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-02-14 17:10:25 +00:00
parent 20af7650fc
commit 3dbfbeb0a8
1 changed files with 3 additions and 3 deletions

View File

@ -294,7 +294,7 @@ public class TestUtils {
}
/**
* @see org.apache.commons.math3.stat.inference.UnknownDistributionChiSquareTest#chiSquareDataSetsComparison(long[], long[])
* @see org.apache.commons.math3.stat.inference.ChiSquareTest#chiSquareDataSetsComparison(long[], long[])
*
* @since 1.2
*/
@ -305,7 +305,7 @@ public class TestUtils {
}
/**
* @see org.apache.commons.math3.stat.inference.UnknownDistributionChiSquareTest#chiSquareTestDataSetsComparison(long[], long[])
* @see org.apache.commons.math3.stat.inference.ChiSquareTest#chiSquareTestDataSetsComparison(long[], long[])
*
* @since 1.2
*/
@ -317,7 +317,7 @@ public class TestUtils {
}
/**
* @see org.apache.commons.math3.stat.inference.UnknownDistributionChiSquareTest#chiSquareTestDataSetsComparison(long[], long[], double)
* @see org.apache.commons.math3.stat.inference.ChiSquareTest#chiSquareTestDataSetsComparison(long[], long[], double)
*
* @since 1.2
*/