Index: src/OFObject.h ================================================================== --- src/OFObject.h +++ src/OFObject.h @@ -1334,11 +1334,11 @@ * * @warning If you override this method, you must make sure that it never * returns! * * @param selector The selector not understood by the receiver - * @throw OFNotImplementedException + * @throw OFNotImplementedException The method is not implemented */ - (void)doesNotRecognizeSelector: (SEL)selector OF_NO_RETURN; @end /**