Skip to content

Commit d68a1e4

Browse files
author
zhelgadis
committed
Fixed coverage
1 parent 9cca19e commit d68a1e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Code/Epic.Query/Relational/Operations/InnerJoin.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ public InnerJoin (Relation leftRelation, Relation rightRelation, Predicate predi
8989
throw new ArgumentNullException("rightRelation");
9090
if (null == predicate)
9191
throw new ArgumentNullException("predicate");
92-
if (null == name)
93-
throw new ArgumentNullException("name");
9492

9593
this._leftRelation = leftRelation;
9694
this._rightRelation = rightRelation;

0 commit comments

Comments
 (0)