psteitz     2004/07/20 05:53:54

  Modified:    math/src/java/org/apache/commons/math/random
                        EmpiricalDistributionImpl.java
  Log:
  javadoc.
  
  Revision  Changes    Path
  1.29      +2 -2      
jakarta-commons/math/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java
  
  Index: EmpiricalDistributionImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/math/src/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- EmpiricalDistributionImpl.java    18 Jul 2004 23:57:11 -0000      1.28
  +++ EmpiricalDistributionImpl.java    20 Jul 2004 12:53:54 -0000      1.29
  @@ -49,7 +49,7 @@
    *<strong>USAGE NOTES:</strong><ul>
    *<li>The <code>binCount</code> is set by default to 1000.  A good rule of thumb
    *    is to set the bin count to approximately the length of the input file divided
  - *    by 10.  See TODO: add reference </li>
  + *    by 10. </li>
    *<li>The input file <i>must</i> be a plain text file containing one valid numeric
    *    entry per line.</li>
    * </ul></p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to