Skip to content

Commit 8c80941

Browse files
committed
fix build after merge
1 parent 16a596d commit 8c80941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Cache/QueryKey.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public bool Equals(QueryKey other)
194194
return false;
195195
}
196196

197-
if (_tenantIdentifier != that._tenantIdentifier)
197+
if (_tenantIdentifier != other._tenantIdentifier)
198198
{
199199
return false;
200200
}

0 commit comments

Comments
 (0)