Skip to content

Commit

Permalink
fix param name, doxygen warning, comes from re #11067
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Mar 6, 2015
1 parent a70d395 commit a6291b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Kernel/src/InternetHelper.cpp
Expand Up @@ -416,7 +416,7 @@ int InternetHelper::downloadFile(const std::string &urlFile,
void InternetHelper::setTimeout(int seconds) { m_timeout = seconds; }

/// Checks the HTTP status to decide if this is a relocation
/// @response the HTTP status
/// @param response the HTTP status
/// @returns true if the return code is considered a relocation
bool InternetHelper::isRelocated(const int response) {
return ((response == HTTP_FOUND) ||
Expand Down

0 comments on commit a6291b9

Please sign in to comment.