[Download] Fix XML documentation warnings 47/153647/2
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 29 Sep 2017 04:43:01 +0000 (13:43 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 29 Sep 2017 04:44:00 +0000 (13:44 +0900)
Change-Id: I7028971edc8d9b8590239c47f1c5be66307b94fd

src/Tizen.Content.Download/Tizen.Content.Download/Request.cs

index 11c96a2..24eab9f 100755 (executable)
@@ -177,6 +177,9 @@ namespace Tizen.Content.Download
             _httpHeaders = httpHeaders;
         }
 
+        /// <summary>
+        /// Destructor of the Request class.
+        /// </summary>
         ~Request()
         {
             Dispose(false);