@@ -168,12 +168,12 @@ arguments: (va_list)arguments; /*! * @brief Returns the object for the given key or nil if the key was not found. * - * The returned object is not retained and autoreleased for performance - * reasons! + * @warning The returned object is *not* retained and autoreleased for + * performance reasons! * * @param key The key whose object should be returned * @return The object for the given key or nil if the key was not found */ - (id)objectForKey: (id)key;