Skip to content

Commit a329fdf

Browse files
committed
to drop
1 parent b1374be commit a329fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Engine/CollectionEntry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ private void Dirty(IPersistentCollection collection)
264264

265265
if (forceDirty)
266266
{
267-
collection.Dirty();
267+
throw new HibernateException("Found test where it's used...");
268268
}
269269
}
270270

0 commit comments

Comments
 (0)