Author: tn Date: Sat Jun 23 14:23:46 2012 New Revision: 1353131 URL: http://svn.apache.org/viewvc?rev=1353131&view=rev Log: Fixed typo in javadoc.
Modified: commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/map/AbstractHashedMap.java Modified: commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/map/AbstractHashedMap.java URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/map/AbstractHashedMap.java?rev=1353131&r1=1353130&r2=1353131&view=diff ============================================================================== --- commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/map/AbstractHashedMap.java (original) +++ commons/proper/collections/trunk/src/main/java/org/apache/commons/collections/map/AbstractHashedMap.java Sat Jun 23 14:23:46 2012 @@ -136,7 +136,7 @@ public class AbstractHashedMap<K, V> ext * * @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")