Make internal & private classes sealed where possible, to avoid code for virtual dispatch (#19719)
This commit is contained in:
@@ -7,7 +7,7 @@ using Umbraco.Extensions;
|
||||
|
||||
namespace Umbraco.Cms.Tests.Common.Builders;
|
||||
|
||||
internal class ContentDataBuilder : BuilderBase<ContentData>, IWithNameBuilder
|
||||
internal sealed class ContentDataBuilder : BuilderBase<ContentData>, IWithNameBuilder
|
||||
{
|
||||
private Dictionary<string, CultureVariation> _cultureInfos;
|
||||
private string _name;
|
||||
|
||||
Reference in New Issue
Block a user