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 [EMAIL PROTECTED] (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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>