Skip to content

Commit fdb8fff

Browse files
committed
Quick fix of compiler's method name
1 parent ff2f6d6 commit fdb8fff

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)