Skip to content
Snippets Groups Projects
Commit cc813892 authored by Harry Jeffery's avatar Harry Jeffery
Browse files

Refs #11680 Update address property summary

parent 894f1868
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,7 @@ const std::string DownloadFile::summary() const {
void DownloadFile::init() {
declareProperty("Address", "",
boost::make_shared<MandatoryValidator<std::string>>(),
"The address of the network resource to download. This "
"should start http:// or https:// .",
"The address of the network resource to download.",
Direction::InOut);
declareProperty(new FileProperty("Filename", "", FileProperty::Save),
"The filename to save the download to.");
......@@ -83,4 +82,4 @@ void DownloadFile::exec() {
}
} // namespace DataHandling
} // namespace Mantid
\ No newline at end of file
} // namespace Mantid
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment