From 79195c5c7daee29d8b2411dd9772d863c197bad3 Mon Sep 17 00:00:00 2001 From: Stephan Date: Wed, 8 Jun 2016 13:40:31 +0200 Subject: [PATCH] Cleanup - minor stuff --- src/Umbraco.Tests/Migrations/MigrationIssuesTests.cs | 4 ++-- .../PublishedCache/XmlPublishedCache/XmlStoreFilePersister.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Tests/Migrations/MigrationIssuesTests.cs b/src/Umbraco.Tests/Migrations/MigrationIssuesTests.cs index 9c3446be9b..b97d3bcfb5 100644 --- a/src/Umbraco.Tests/Migrations/MigrationIssuesTests.cs +++ b/src/Umbraco.Tests/Migrations/MigrationIssuesTests.cs @@ -23,8 +23,8 @@ namespace Umbraco.Tests.Migrations [Test] public void Issue8370Test() { - // fixme maybe we need to create some content? - // yes otherwise cannot get it to fail! + // make sure to create some content, + // otherwise cannot get it to fail! var n = new NodeDto { diff --git a/src/Umbraco.Web/PublishedCache/XmlPublishedCache/XmlStoreFilePersister.cs b/src/Umbraco.Web/PublishedCache/XmlPublishedCache/XmlStoreFilePersister.cs index ec20cb3264..61798073e0 100644 --- a/src/Umbraco.Web/PublishedCache/XmlPublishedCache/XmlStoreFilePersister.cs +++ b/src/Umbraco.Web/PublishedCache/XmlPublishedCache/XmlStoreFilePersister.cs @@ -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. /// - internal class XmlStoreFilePersister : LatchedBackgroundTaskBase // FIXME compare to the one we have already + internal class XmlStoreFilePersister : LatchedBackgroundTaskBase { private readonly IBackgroundTaskRunner _runner; private readonly ILogger _logger;