Cleanup, get rid of warnings

This commit is contained in:
Stephan
2018-05-03 15:09:56 +02:00
parent bcf46eceb6
commit 3495331005
24 changed files with 31 additions and 68 deletions

View File

@@ -34,7 +34,6 @@ namespace Umbraco.Web.PublishedCache.NuCache
private CacheValues _cacheValues;
private string _valuesCacheKey;
private string _recurseCacheKey;
// initializes a published content property with no value
public Property(PublishedPropertyType propertyType, PublishedContent content, IPublishedSnapshotAccessor publishedSnapshotAccessor, PropertyCacheLevel referenceCacheLevel = PropertyCacheLevel.Element)