diff Implab/Formats/JSON/JSONElementType.cs @ 165:e227e78d72e4 ref20160224

DFA refactoring
author cin
date Mon, 29 Feb 2016 02:02:17 +0300
parents 419aa51b04fd
children
line wrap: on
line diff
--- a/Implab/Formats/JSON/JSONElementType.cs	Thu Feb 25 02:11:13 2016 +0300
+++ b/Implab/Formats/JSON/JSONElementType.cs	Mon Feb 29 02:02:17 2016 +0300
@@ -1,10 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace Implab.JSON {
+namespace Implab.Formats.JSON {
     /// <summary>
     /// Тип элемента на котором находится парсер
     /// </summary>