Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 2507

Show
Ignore:
Timestamp:
08/26/07 16:21:32 (1 year ago)
Author:
kris
Message:

fix per #584

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/util/collection/impl/MapCollection.d

    r2465 r2507  
    102102        protected final void checkKey(K key) 
    103103        { 
    104                 if (!allowsKey(key)) 
     104                if (!isValidKey(key)) 
    105105                   { 
    106106                   throw new IllegalElementException("Attempt to include invalid key _in Collection");