You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2005/11/25 07:34:48 UTC

svn commit: r348894 - /jakarta/commons/proper/math/branches/MATH_1_1/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java

Author: psteitz
Date: Thu Nov 24 22:34:47 2005
New Revision: 348894

URL: http://svn.apache.org/viewcvs?rev=348894&view=rev
Log:
Javadoc.

Modified:
    jakarta/commons/proper/math/branches/MATH_1_1/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java

Modified: jakarta/commons/proper/math/branches/MATH_1_1/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/math/branches/MATH_1_1/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java?rev=348894&r1=348893&r2=348894&view=diff
==============================================================================
--- jakarta/commons/proper/math/branches/MATH_1_1/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java (original)
+++ jakarta/commons/proper/math/branches/MATH_1_1/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java Thu Nov 24 22:34:47 2005
@@ -380,7 +380,7 @@
      * @param min  the minimum value
      * @param value  the value whose bin we are trying to find
      * @param delta  the grid size
-     * @return
+     * @return the index of the bin containing the value
      */
     private int findBin(double min, double value, double delta) {
         return Math.min(



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org