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

This reverts commit a54eff11b6.
This commit is contained in:
Karl Burtram
2018-11-26 13:03:28 -08:00
committed by GitHub
parent a54eff11b6
commit 7a47db8806
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>
public sealed class Parser : IDisposable
internal sealed class Parser : IDisposable
{
private readonly ICommandHandler commandHandler;
private Lexer lexer;