Addressing code review feedback

This commit is contained in:
Mitchell Sternke
2016-08-16 15:53:00 -07:00
parent c80a90331d
commit e33df61dc3

View File

@@ -123,7 +123,7 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices
/// <summary>
/// Intellisense cache count access for testing.
/// </summary>
public int GetCacheCount()
internal int GetCacheCount()
{
return caches.Count;
}