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 2012/10/05 21:52:15 UTC

svn commit: r1394761 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/EmpiricalDistribution.java

Author: psteitz
Date: Fri Oct  5 19:52:15 2012
New Revision: 1394761

URL: http://svn.apache.org/viewvc?rev=1394761&view=rev
Log:
Javadoc.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/EmpiricalDistribution.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/EmpiricalDistribution.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/EmpiricalDistribution.java?rev=1394761&r1=1394760&r2=1394761&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/EmpiricalDistribution.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/EmpiricalDistribution.java Fri Oct  5 19:52:15 2012
@@ -372,7 +372,7 @@ public class EmpiricalDistribution imple
     /**
      * Fills binStats array (second pass through data file).
      *
-     * @param in object providing access to the data
+     * @param da object providing access to the data
      * @throws IOException  if an IO error occurs
      */
     private void fillBinStats(final DataAdapter da)