Skip to content

Commit 3ec35e5

Browse files
committed
Commented
1 parent 18f5258 commit 3ec35e5

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
@@ -2511,6 +2511,7 @@ protected IUniqueEntityLoader CreateEntityLoader(LockMode lockMode)
25112511
return CreateEntityLoader(lockMode, CollectionHelper.EmptyDictionary<string, IFilter>());
25122512
}
25132513

2514+
//TODO 6.0: Remove (replaced by overload with optional parameter)
25142515
protected bool Check(int rows, object id, int tableNumber, IExpectation expectation, DbCommand statement)
25152516
{
25162517
return Check(rows, id, tableNumber, expectation, statement, false);

0 commit comments

Comments
 (0)