makes new classes internal

This commit is contained in:
Shannon
2017-09-08 12:02:20 +10:00
parent dad4eafebd
commit 0713f12ba6
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ namespace Umbraco.Core.Persistence
/// Studio which can be used to connect to LocalDB databases.</para>
/// <para>See also https://github.com/ritterim/automation-sql which is a somewhat simpler version of this.</para>
/// </remarks>
public class LocalDb
internal class LocalDb
{
private int _version;
private bool _hasVersion;

View File

@@ -7,7 +7,7 @@ using Umbraco.Web.Cache;
namespace Umbraco.Web
{
public static class Suspendable
internal static class Suspendable
{
public static class PageCacheRefresher
{