"I have changed access modifier from Internal to Public . These classes are being refered outside. (#742)

This commit is contained in:
NiranjanVirtuosity
2018-11-26 12:53:12 -08:00
committed by Karl Burtram
parent 6dd9a4b5f1
commit a54eff11b6
23 changed files with 32 additions and 32 deletions

View File

@@ -16,7 +16,7 @@ namespace Microsoft.SqlTools.ServiceLayer.BatchParser
/// <summary>
/// The Parser class on which the Batch Parser is based on
/// </summary>
internal sealed class Parser : IDisposable
public sealed class Parser : IDisposable
{
private readonly ICommandHandler commandHandler;
private Lexer lexer;