You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2003/01/19 15:00:48 UTC

cvs commit: jakarta-avalon-excalibur/collections/src/java/org/apache/avalon/excalibur/collections BucketMap.java

leosimons    2003/01/19 06:00:48

  Modified:    collections/src/java/org/apache/avalon/excalibur/collections
                        BucketMap.java
  Log:
  update javadocs to reflect reality (submitted by michael.enke@wincor-nixdorf.com (Michael Enke)), http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12226
  
  Revision  Changes    Path
  1.25      +2 -2      jakarta-avalon-excalibur/collections/src/java/org/apache/avalon/excalibur/collections/BucketMap.java
  
  Index: BucketMap.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/collections/src/java/org/apache/avalon/excalibur/collections/BucketMap.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- BucketMap.java	7 Nov 2002 16:52:42 -0000	1.24
  +++ BucketMap.java	19 Jan 2003 14:00:47 -0000	1.25
  @@ -34,7 +34,7 @@
       private volatile int m_size = 0;
   
       /**
  -     * Initializes the map with the default number of buckets (255).
  +     * Initializes the map with the default number of buckets.
        */
       public BucketMap()
       {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>