psteitz     2004/08/12 08:34:14

  Modified:    math/xdocs/userguide stat.xml
  Log:
  Added missing semicolon in example.
  
  Revision  Changes    Path
  1.21      +2 -2      jakarta-commons/math/xdocs/userguide/stat.xml
  
  Index: stat.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/xdocs/userguide/stat.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- stat.xml  2 Aug 2004 04:20:09 -0000       1.20
  +++ stat.xml  12 Aug 2004 15:34:14 -0000      1.21
  @@ -229,7 +229,7 @@
    f.addValue(1);
    f.addValue(new Integer(1));
    f.addValue(new Long(1));
  - f.addValue(2)
  + f.addValue(2);
    f.addValue(new Integer(-1));
    System.out.prinltn(f.getCount(1));   // displays 3
    System.out.println(f.getCumPct(0));  // displays 0.2
  
  
  

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

Reply via email to