@@ -1161,11 +1161,11 @@ @property (readonly, nonatomic) OFString *prefix; #endif /** * \param class_ The class of the object which caused the exception - * \param namespace The namespace which is unbound + * \param ns The namespace which is unbound * \return A new unbound namespace exception */ + newWithClass: (Class)class_ namespace: (OFString*)ns; @@ -1179,11 +1179,11 @@ /** * Initializes an already allocated unbound namespace failed exception * * \param class_ The class of the object which caused the exception - * \param namespace The namespace which is unbound + * \param ns The namespace which is unbound * \return An initialized unbound namespace exception */ - initWithClass: (Class)class_ namespace: (OFString*)ns;