mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-17 15:35:00 +00:00
Fixed typo in javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1353131 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7c55e29e3d
commit
36509cf59b
@ -136,7 +136,7 @@ public class AbstractHashedMap<K, V> extends AbstractMap<K, V> implements Iterab
|
||||
*
|
||||
* @param initialCapacity the initial capacity
|
||||
* @param loadFactor the load factor
|
||||
* @throws IlleagalArgumentException if the initial capacity is negative
|
||||
* @throws IllegalArgumentException if the initial capacity is negative
|
||||
* @throws IllegalArgumentException if the load factor is less than or equal to zero
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
|
Loading…
x
Reference in New Issue
Block a user