Skip to content

Commit

Permalink
Update HasValue obsolete message
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldbarendse authored Jul 7, 2020
1 parent 249b3b8 commit 872731f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public virtual bool IsConverter(IPublishedPropertyType propertyType)
}
}

[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);
Expand Down

0 comments on commit 872731f

Please sign in to comment.