Skip to content

Commit 1f5b67a

Browse files
committed
Backport from master: Fix name of compiler method
1 parent c6fa3b3 commit 1f5b67a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Orm/Xtensive.Orm/Orm/Providers/Expressions/MemberCompilers/DecimalCompilers.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2003-2010 Xtensive LLC.
1+
// Copyright (C) 2003-2010 Xtensive LLC.
22
// All rights reserved.
33
// For conditions of distribution and use, see license.
44
// Created by: Denis Krjuchkov
@@ -202,7 +202,7 @@ public static SqlExpression DecimalOperatorAddition(
202202
}
203203

204204
[Compiler(typeof(decimal), Operator.Subtraction, TargetKind.Operator)]
205-
public static SqlExpression DecimalOperatorSubtractionTimeSpan(
205+
public static SqlExpression DecimalOperatorSubtraction(
206206
[Type(typeof(decimal))] SqlExpression left,
207207
[Type(typeof(decimal))] SqlExpression right)
208208
{

0 commit comments

Comments
 (0)