Skip to content

Commit f5699d8

Browse files
committed
Commented
1 parent a6f31c5 commit f5699d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NHibernate/Persister/Entity/AbstractEntityPersister.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2516,6 +2516,7 @@ protected IUniqueEntityLoader CreateEntityLoader(LockMode lockMode)
25162516
return CreateEntityLoader(lockMode, CollectionHelper.EmptyDictionary<string, IFilter>());
25172517
}
25182518

2519+
//TODO 6.0: Remove (replaced by overload with optional parameter)
25192520
protected bool Check(int rows, object id, int tableNumber, IExpectation expectation, DbCommand statement)
25202521
{
25212522
return Check(rows, id, tableNumber, expectation, statement, false);

0 commit comments

Comments
 (0)