You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2003/12/28 23:44:18 UTC

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections/map AbstractHashedMap.java

scolebourne    2003/12/28 14:44:18

  Modified:    collections/src/java/org/apache/commons/collections/map
                        AbstractHashedMap.java
  Log:
  Improve documentation
  
  Revision  Changes    Path
  1.3       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/map/AbstractHashedMap.java
  
  Index: AbstractHashedMap.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/map/AbstractHashedMap.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbstractHashedMap.java	25 Dec 2003 01:09:01 -0000	1.2
  +++ AbstractHashedMap.java	28 Dec 2003 22:44:18 -0000	1.3
  @@ -141,7 +141,7 @@
        * Constructor which performs no validation on the passed in parameters.
        * 
        * @param initialCapacity  the initial capacity, must be a power of two
  -     * @param loadFactor  the load factor, must be > 0.0f and generally < 1.0f
  +     * @param loadFactor  the load factor, must be &gt; 0.0f and generally &lt; 1.0f
        * @param threshhold  the threshold, must be sensible
        */
       protected AbstractHashedMap(int initialCapacity, float loadFactor, int threshhold) {
  
  
  

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