post merge cleanup in umbraco.web

This commit is contained in:
Bjarke Berg
2021-07-06 07:55:05 +02:00
parent 22d585b41c
commit d85266adc7
17 changed files with 29 additions and 2148 deletions

View File

@@ -6,7 +6,7 @@ using Umbraco.Cms.Core.PublishedCache;
namespace Umbraco.Cms.Infrastructure.PublishedCache
{
// implements published snapshot
internal class PublishedSnapshot : IPublishedSnapshot, IDisposable
public class PublishedSnapshot : IPublishedSnapshot, IDisposable
{
private readonly PublishedSnapshotService _service;
private bool _defaultPreview;