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/Classes/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Aggregator/Classes/Config.cs') diff --git a/Aggregator/Classes/Config.cs b/Aggregator/Classes/Config.cs index 9cf3d82..0641dbf 100644 --- a/Aggregator/Classes/Config.cs +++ b/Aggregator/Classes/Config.cs @@ -1,6 +1,6 @@ using System; -namespace Classes { +namespace Aggregator.Classes { /// /// Class to represent position for each piece of data in a class /// To be used in conjunction with article for each source -- cgit v1.2.3-13-gbd6f