Skip to content

Commit d2785cd

Browse files
committed
missing readonly modifier
1 parent cb8eff3 commit d2785cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Loader/JoinWalker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ public override void Walk(JoinWalker walker, ref int depth)
12961296

12971297
protected class NextLevelQueueEntry : QueueEntry
12981298
{
1299-
public static NextLevelQueueEntry Instance = new NextLevelQueueEntry();
1299+
public static readonly NextLevelQueueEntry Instance = new NextLevelQueueEntry();
13001300

13011301
private NextLevelQueueEntry()
13021302
{

0 commit comments

Comments
 (0)