Differences From Artifact [5490fca0bd]:
- File src/SSLInvalidCertificateException.m — part of check-in [eca3b894f8] at 2013-02-12 17:49:20 on branch trunk — Prefix all ivars with an underscore. (user: js, size: 2194) [annotate] [blame] [check-ins using]
To Artifact [e0db9e849d]:
- File
src/SSLInvalidCertificateException.m
— part of check-in
[bc41772796]
at
2013-02-13 23:15:32
on branch trunk
— Don't cache the description of exceptions.
This was pretty pointless, as it's usually only used once. (user: js, size: 2140) [annotate] [blame] [check-ins using]
︙ | |||
63 64 65 66 67 68 69 | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | - - - + - - - + + - | [_reason release]; [super dealloc]; } - (OFString*)description { |