@@ -95,11 +95,11 @@ /*! * @brief Sets the host on which the HTTP server will listen. * * @param host The host to listen on */ -- (void)setHost: (nullable OFString*)host; +- (void)setHost: (OFString*)host; /*! * @brief Returns the host on which the HTTP server will listen. * * @return The host on which the HTTP server will listen