Skip to content

Commit 3e9b4b7

Browse files
fixup! Support CacheMode in QueryBatch
Adjust a TODO
1 parent b1ee426 commit 3e9b4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Engine/ISessionImplementor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
namespace NHibernate.Engine
2020
{
21-
// 6.0 TODO: Convert to interface methods
21+
// 6.0 TODO: Convert to interface methods, excepted SwitchCacheMode
2222
internal static partial class SessionImplementorExtensions
2323
{
2424
internal static IDisposable BeginContext(this ISessionImplementor session)

0 commit comments

Comments
 (0)