Correct the obsolete message for DataTypeService constructor. (#13761)

This commit is contained in:
Kenn Jacobsen
2023-01-31 09:56:36 +01:00
committed by GitHub
parent e87196909a
commit c585b1da9e

View File

@@ -36,7 +36,7 @@ namespace Umbraco.Cms.Core.Services.Implement
private readonly IJsonSerializer _jsonSerializer;
private readonly IEditorConfigurationParser _editorConfigurationParser;
[Obsolete("Please use constructor that takes an ")]
[Obsolete("Please use constructor that takes an IEditorConfigurationParser. Will be removed in V13.")]
public DataTypeService(
IDataValueEditorFactory dataValueEditorFactory,
ICoreScopeProvider provider,