Differences From Artifact [ab8625fe9b]:
- File src/exceptions/OFHashAlreadyCalculatedException.m — part of check-in [8892ae9fcc] at 2012-07-12 01:28:46 on branch trunk — Don't access isa directly. (user: js, size: 1573) [annotate] [blame] [check-ins using]
To Artifact [e7d621d895]:
- File src/exceptions/OFHashAlreadyCalculatedException.m — part of check-in [c7adbcf399] at 2012-10-02 11:00:04 on branch trunk — Clean up properties in exceptions. (user: js, size: 1580) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
65 66 67 68 69 70 71 | @"data can be added", inClass]; return description; } - (OFHash*)hashObject { | | | 65 66 67 68 69 70 71 72 73 74 | @"data can be added", inClass]; return description; } - (OFHash*)hashObject { OF_GETTER(hashObject, NO) } @end |