From 6bd3b3b4516fcf18ed93bf0e27283117c34e59af Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 3 Feb 2019 23:55:35 +0000 Subject: Changed namespace to have prepended Aggregator namespace This is for distinction --- Aggregator/Parser/Download.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Aggregator/Parser/Download.cs') 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 { /// /// Download source from a given site synchronously -- cgit v1.2.3-13-gbd6f