@@ -60,11 +60,11 @@ - set: (OFObject*)key to: (OFObject*)obj; /** * \param key The key whose object should be returned - * \return The object for the given key + * \return The object for the given key or nil if the key was not found */ - (id)get: (OFObject*)key; /** * Remove the object with the given key from the dictionary.