Small bugfix after the previous merge

My mistake, didn't pay enough attention when performing the refactoring as
requested in the last code review.
This commit is contained in:
Benjamin Russell
2016-08-03 15:41:11 -07:00
parent a751e30a32
commit d191b0483c
13 changed files with 20 additions and 21 deletions

View File

@@ -14,8 +14,8 @@ using System.Data.SqlClient;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.SqlTools.ServiceLayer.ConnectionServices;
using Microsoft.SqlTools.ServiceLayer.ConnectionServices.Contracts;
using Microsoft.SqlTools.ServiceLayer.Connection;
using Microsoft.SqlTools.ServiceLayer.Connection.Contracts;
using Microsoft.SqlTools.ServiceLayer.LanguageServices;
using Microsoft.SqlTools.ServiceLayer.SqlContext;
using Xunit;