Differences From Artifact [092080e143]:
- File src/exceptions/OFEnumerationMutationException.m — part of check-in [8892ae9fcc] at 2012-07-12 01:28:46 on branch trunk — Don't access isa directly. (user: js, size: 1495) [annotate] [blame] [check-ins using]
To Artifact [fc215b7c9c]:
- File src/exceptions/OFEnumerationMutationException.m — part of check-in [c7adbcf399] at 2012-10-02 11:00:04 on branch trunk — Clean up properties in exceptions. (user: js, size: 1502) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
63 64 65 66 67 68 69 | @"Object of class %@ was mutated during enumeration!", inClass]; return description; } - (id)object { | | | 63 64 65 66 67 68 69 70 71 72 | @"Object of class %@ was mutated during enumeration!", inClass]; return description; } - (id)object { OF_GETTER(object, NO) } @end |