diff --git a/src/FluentNHibernate/Visitors/RelationshipPairingVisitor.cs b/src/FluentNHibernate/Visitors/RelationshipPairingVisitor.cs index 3fa49b312..48410ef2a 100644 --- a/src/FluentNHibernate/Visitors/RelationshipPairingVisitor.cs +++ b/src/FluentNHibernate/Visitors/RelationshipPairingVisitor.cs @@ -171,7 +171,7 @@ static CollectionMapping PairFuzzyMatches(IEnumerable rs, Col static CollectionMapping PairExactMatches(IEnumerable rs, CollectionMapping current, IEnumerable potentialOtherSides) { var otherSide = potentialOtherSides.Single(); - + // got the other side of the relationship // lets make sure that the side that we're on now (mapping!) // is actually the relationship we want