Differences From Artifact [0b00f53cf5]:
- File src/exceptions/OFChangeFileOwnerFailedException.m — part of check-in [e40729d406] at 2013-02-12 18:22:15 on branch trunk — Prefix all ivars with an underscore. (user: js, size: 2440) [annotate] [blame] [check-ins using]
To Artifact [2d53fe58fd]:
- File
src/exceptions/OFChangeFileOwnerFailedException.m
— part of check-in
[d9ddc4d06e]
at
2013-02-13 23:10:35
on branch trunk
— Don't cache the description of exceptions.
This was pretty pointless, as it's usually only used once. (user: js, size: 2325) [annotate] [blame] [check-ins using]
︙ | |||
75 76 77 78 79 80 81 | 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | - - - - + - + - + - - | [_group release]; [super dealloc]; } - (OFString*)description { |
︙ |