Skip to content

Commit dc2a14d

Browse files
Code cleanup
1 parent 0d15697 commit dc2a14d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/Umbraco.Deploy.Contrib/Migrators/Legacy/DataType/CheckBoxListDataTypeArtifactMigrator.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ namespace Umbraco.Deploy.Contrib.Migrators.Legacy;
1111
/// <summary>
1212
/// Migrates the <see cref="DataTypeArtifact" /> to replace the <see cref="Constants.PropertyEditors.Aliases.CheckBoxList" /> editor configuration from Umbraco 7 to <see cref="ValueListConfiguration" />.
1313
/// </summary>
14-
/// <remarks>
15-
/// </remarks>
1614
public class CheckBoxListDataTypeArtifactMigrator : DataTypeConfigurationArtifactMigratorBase<ValueListConfiguration>
1715
{
1816
/// <summary>

src/Umbraco.Deploy.Contrib/Migrators/ReplaceMatryoshkaArtifactMigrator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
using System.Linq;
21
using System;
2+
using System.Collections.Generic;
3+
using System.Linq;
34
using Umbraco.Cms.Core.Deploy;
45
using Umbraco.Cms.Core.Models;
56
using Umbraco.Cms.Core.Semver;
67
using Umbraco.Deploy.Core.Migrators;
78
using Umbraco.Deploy.Infrastructure.Artifacts;
89
using Umbraco.Deploy.Infrastructure.Artifacts.ContentType;
9-
using System.Collections.Generic;
1010
using Umbraco.Extensions;
1111

1212
namespace Umbraco.Deploy.Contrib.Migrators;

0 commit comments

Comments
 (0)