Update HasValue obsolete message

This commit is contained in:
Ronald Barendse
2020-07-07 23:30:34 +02:00
committed by GitHub
parent 249b3b8609
commit 872731f726

View File

@@ -31,7 +31,7 @@ namespace Umbraco.Core.PropertyEditors
}
}
[Obsolete("This method is not part of the IPropertyValueConverter contract and therefore not used, use IsValue instead.")]
[Obsolete("This method is not part of the IPropertyValueConverter contract, therefore not used and will be removed in future versions; use IsValue instead.")]
public virtual bool HasValue(IPublishedProperty property, string culture, string segment)
{
var value = property.GetSourceValue(culture, segment);