@@ -31,13 +31,14 @@ @interface OFThreadJoinFailedException: OFException { OFThread *_thread; } -#ifdef OF_HAVE_PROPERTIES +/*! + * The thread which could not be joined. + */ @property (readonly, retain) OFThread *thread; -#endif /*! * @brief Creates a new, autoreleased thread join failed exception. * * @param thread The thread which could not be joined @@ -50,13 +51,6 @@ * * @param thread The thread which could not be joined * @return An initialized thread join failed exception */ - initWithThread: (OFThread*)thread; - -/*! - * @brief Returns the thread which could not be joined. - * - * @return The thread which could not be joined - */ -- (OFThread*)thread; @end