Skip to content

Commit e804014

Browse files
committed
Other small code improvements
- is/is not null applied - some "result is never used" warnings eliminated - summaries to public extension methods added - other things
1 parent ba2b66a commit e804014

File tree

5 files changed

+471
-338
lines changed

5 files changed

+471
-338
lines changed

Orm/Xtensive.Orm/Modelling/Comparison/Comparer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ from diff in newDiffs
490490
let nodeDiff = diff as NodeDifference
491491
where nodeDiff!=null && (nodeDiff.MovementInfo & MovementInfo.Changed)!=0
492492
select nodeDiff;
493-
// query = query.ToList();
493+
494494
return query.Any();
495495
}
496496

0 commit comments

Comments
 (0)