summaryrefslogtreecommitdiff
path: root/client/DownloadClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/DownloadClient.h')
-rw-r--r--client/DownloadClient.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/DownloadClient.h b/client/DownloadClient.h
index 0e6c510..8af8131 100644
--- a/client/DownloadClient.h
+++ b/client/DownloadClient.h
@@ -45,9 +45,7 @@ public:
/**
* @brief Download list of files
* @param files associative array of file names and it's md5 hashes
- * @note this is designated method among all
- * @todo It seems that std::map isn't best choice for this purpose
- * it's quite unsuitable to iterate through(
+ * @note this is designated method among all of three
*/
void Download(const vector<pair<string, string> > &files);