aboutsummaryrefslogtreecommitdiff
path: root/Aggregator/Parser
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-03 23:55:35 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-03 23:55:35 +0000
commit6bd3b3b4516fcf18ed93bf0e27283117c34e59af (patch)
tree22b4db27479d8e7ec839e55af83067b17f94b828 /Aggregator/Parser
parentd18b5e9f7c90bf8b24146cff2eabf605889b4e38 (diff)
downloadnewsaggregator-6bd3b3b4516fcf18ed93bf0e27283117c34e59af.tar.gz
newsaggregator-6bd3b3b4516fcf18ed93bf0e27283117c34e59af.tar.bz2
newsaggregator-6bd3b3b4516fcf18ed93bf0e27283117c34e59af.zip
Changed namespace to have prepended Aggregator namespace
This is for distinction
Diffstat (limited to 'Aggregator/Parser')
-rw-r--r--Aggregator/Parser/Download.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Aggregator/Parser/Download.cs b/Aggregator/Parser/Download.cs
index eb46dd0..1249771 100644
--- a/Aggregator/Parser/Download.cs
+++ b/Aggregator/Parser/Download.cs
@@ -1,7 +1,7 @@
using System.Net;
using System.Threading.Tasks;
-namespace Parser {
+namespace Aggregator.Parser {
public static class Download {
/// <summary>
/// Download source from a given site synchronously