Skip to content

Commit 40bd25e

Browse files
committed
Fix copy-paste issue
1 parent 05d154e commit 40bd25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Hql/Ast/HqlTreeNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ public HqlBitwiseAnd(IASTFactory factory, HqlExpression lhs, HqlExpression rhs)
888888
public class HqlInner : HqlTreeNode
889889
{
890890
public HqlInner(IASTFactory factory)
891-
: base(HqlSqlWalker.LEFT, "inner", factory)
891+
: base(HqlSqlWalker.INNER, "inner", factory)
892892
{
893893
}
894894
}

0 commit comments

Comments
 (0)