XmlPublishedCache - GetXml() can be private, no need for internal
This commit is contained in:
@@ -360,7 +360,7 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
|
||||
return GetXmlDelegate(umbracoContext.UmbracoUser, umbracoContext.InPreviewMode);
|
||||
}
|
||||
|
||||
internal XmlDocument GetXml()
|
||||
private XmlDocument GetXml()
|
||||
{
|
||||
return GetXmlDelegate(null, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user