You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2014/05/24 23:20:43 UTC

svn commit: r1597356 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/inference/TestUtils.java

Author: psteitz
Date: Sat May 24 21:20:42 2014
New Revision: 1597356

URL: http://svn.apache.org/r1597356
Log:
Fixed javadoc link.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/inference/TestUtils.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/inference/TestUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/inference/TestUtils.java?rev=1597356&r1=1597355&r2=1597356&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/inference/TestUtils.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/inference/TestUtils.java Sat May 24 21:20:42 2014
@@ -501,7 +501,7 @@ public class TestUtils  {
     }
 
     /**
-     * @see kolmogorovSmirnovTest(double[], double[])
+     * @see org.apache.commons.math3.stat.inference.KolmogorovSmirnovTest#kolmogorovSmirnovTest(double[], double[])
      * @since 3.3
      */
     public static double kolmogorovSmirnovTest(double[] x, double[] y)