From 3094e98965b8adcb0f149e3ffd97f3f4d56b25c7 Mon Sep 17 00:00:00 2001
From: Federico Montesino Pouzols <federico.montesino-pouzols@stfc.ac.uk>
Date: Fri, 20 Feb 2015 12:37:31 +0000
Subject: [PATCH] update to new setContentType, re #10591

---
 Code/Mantid/Framework/Kernel/src/InternetHelper.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/Mantid/Framework/Kernel/src/InternetHelper.cpp b/Code/Mantid/Framework/Kernel/src/InternetHelper.cpp
index cfe728078d7..561fcfad33e 100644
--- a/Code/Mantid/Framework/Kernel/src/InternetHelper.cpp
+++ b/Code/Mantid/Framework/Kernel/src/InternetHelper.cpp
@@ -181,7 +181,7 @@ int InternetHelper::processRelocation(const HTTPResponse &response,
 * @param responseStream The stream to fill with the reply on success
 * @param headers A optional key value pair map of any additional headers to
 * include in the request. A default 'Content-Type: application/json' is used
-* unless the 'Content-Type' key is included here with a different value.
+* unless setContentType() is called.
 * @param method Generally GET (default) or POST.
 * @param body The request body to send.
 **/
-- 
GitLab