Skip to content

Commit 498778b

Browse files
committed
Fix unsupported by CI modifier
1 parent 480aee9 commit 498778b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Loader/Loader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public virtual bool IsSubselectLoadingEnabled
176176
/// Cache all additional persisters and collection persisters that were loaded by query (fetched entities and collections)
177177
/// </summary>
178178
/// <param name="resultTypePersisters">Persister indexes that are cached as part of query result (so present in ResultTypes)</param>
179-
private protected void CachePersistersWithCollections(IEnumerable<int> resultTypePersisters)
179+
protected void CachePersistersWithCollections(IEnumerable<int> resultTypePersisters)
180180
{
181181
_cacheInfo = new Lazy<QueryCacheInfo>(() => GetQueryCacheInfo(resultTypePersisters));
182182
}

0 commit comments

Comments
 (0)