Javadoc typo.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1409545 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-11-14 23:25:05 +00:00
parent b06f4a4ac6
commit f2235a59a3
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ public class TestUtils {
}
/**
* @see org.apache.commons.math3.stat.inference.GTest#gTestDataSetsComparison(double[],long[],double)
* @see org.apache.commons.math3.stat.inference.GTest#gTestDataSetsComparison(long[],long[],double)
*/
public static boolean gTestDataSetsComparison(final long[] observed1,
final long[] observed2,