@@ -117,11 +117,11 @@ /*! * @brief Sets the POST data of the HTTP request. * * @param POSTData The POST data of the HTTP request */ -- (void)setPOSTData: (OFDataArray*)postData; +- (void)setPOSTData: (OFDataArray*)POSTData; /*! * @brief Returns the POST data of the HTTP request. * * @return The POST data of the HTTP request