Skip to content

Commit 43786f0

Browse files
Update src/NHibernate/Cache/ReadWriteCache.cs
Co-authored-by: Frédéric Delaporte <[email protected]>
1 parent eb482d6 commit 43786f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Cache/ReadWriteCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace NHibernate.Cache
99
{
1010
public static class LocableExtension
1111
{
12-
//TODO 6.0: Remove after ILockableNextVer merge
12+
//TODO 6.0: Remove after IMinimalPutAwareLockable merge
1313
internal static bool IsPuttable(this ReadWriteCache.ILockable lockable, long txTimestamp, object newVersion, IComparer comparator, bool minimalPut)
1414
{
1515
if (lockable is ReadWriteCache.IMinimalPutAwareLockable l)

0 commit comments

Comments
 (0)