Skip to content

Commit

Permalink
Fixed RelationshipPairingVisitor - added missing check for property t…
Browse files Browse the repository at this point in the history
…ypes correspondence to avoid pair wrong properties.
  • Loading branch information
owerkop authored and chester89 committed Oct 5, 2015
1 parent ffe9772 commit d705405
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -171,7 +171,7 @@ static CollectionMapping PairFuzzyMatches(IEnumerable<CollectionMapping> rs, Col
static CollectionMapping PairExactMatches(IEnumerable<CollectionMapping> rs, CollectionMapping current, IEnumerable<CollectionMapping> 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
Expand Down

0 comments on commit d705405

Please sign in to comment.