Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik committed Dec 18, 2024
1 parent 2a36701 commit 2e04b5b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ namespace Orc.FilterBuilder
public override string ToString() { }
}
[System.Diagnostics.DebuggerDisplay("{ValueControlType} {SelectedCondition} {Value}")]
[System.Obsolete("Use `Use TimeSpanValueExpression instead` instead. Will be treated as an error fr" +
"om version 6.0.0. Will be removed in version 7.0.0.", false)]
[System.Obsolete(("Use `Use TimeSpanValueExpression instead` instead. Will be treated as an error fr" +
"om version 6.0.0. Will be removed in version 7.0.0."), false)]
public class TimeSpanExpression : Orc.FilterBuilder.NullableDataTypeExpression
{
public static readonly Catel.Data.IPropertyData AmountProperty;
Expand Down

0 comments on commit 2e04b5b

Please sign in to comment.