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 2004/04/24 20:51:01 UTC

cvs commit: jakarta-commons/math/src/java/org/apache/commons/math/stat Frequency.java

psteitz     2004/04/24 11:51:01

  Modified:    math/src/java/org/apache/commons/math/stat Frequency.java
  Log:
  Replace deprecated TreeBag with collections 3.0 version.
  
  Revision  Changes    Path
  1.19      +2 -2      jakarta-commons/math/src/java/org/apache/commons/math/stat/Frequency.java
  
  Index: Frequency.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/src/java/org/apache/commons/math/stat/Frequency.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- Frequency.java	7 Mar 2004 02:21:09 -0000	1.18
  +++ Frequency.java	24 Apr 2004 18:51:01 -0000	1.19
  @@ -22,7 +22,7 @@
   
   import org.apache.commons.collections.ComparatorUtils;
   import org.apache.commons.collections.SortedBag;
  -import org.apache.commons.collections.TreeBag;
  +import org.apache.commons.collections.bag.TreeBag;
   
   /** 
    * Maintains a frequency distribution.
  
  
  

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