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:
Thomas Neidhart 2012-06-23 14:23:46 +00:00
parent 7c55e29e3d
commit 36509cf59b

View File

@ -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")