Cleanup - minor stuff

This commit is contained in:
Stephan
2016-06-08 13:40:31 +02:00
parent 6e8fc27c13
commit 79195c5c7d
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
/// if multiple threads are performing publishing tasks that the file will be persisted in accordance with the final resulting
/// xml structure since the file writes are queued.
/// </remarks>
internal class XmlStoreFilePersister : LatchedBackgroundTaskBase // FIXME compare to the one we have already
internal class XmlStoreFilePersister : LatchedBackgroundTaskBase
{
private readonly IBackgroundTaskRunner<XmlStoreFilePersister> _runner;
private readonly ILogger _logger;