Skip to content

Commit 5043ea4

Browse files
authored
Minor
1 parent 8bb4e59 commit 5043ea4

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
@@ -779,7 +779,7 @@ protected virtual bool IsDuplicateAssociation(string foreignKeyTable, string[] f
779779

780780
if (detectFetchLoops)
781781
{
782-
AssociationKey associationKey = new AssociationKey(foreignKeyColumns, foreignKeyTable);
782+
var associationKey = new AssociationKey(foreignKeyColumns, foreignKeyTable);
783783
return !visitedAssociationKeys.Add(associationKey);
784784
}
785785

0 commit comments

Comments
 (0)